aboutsummaryrefslogtreecommitdiff
path: root/window.c
AgeCommit message (Collapse)Author
2023-11-17Reorganize project structureFederico Angelilli
2023-11-17Attach state to the event loopFederico Angelilli
2023-11-17Simplify visual type search and fix window depthFederico Angelilli
Transparency started working due to the explicit selection of a depth (preferring 32 bit) instead of copying that of the root window
2023-11-16Refactor `window_create`Federico Angelilli
2023-11-15Ignore dpi temporalily since scaling does not workFederico Angelilli
2023-11-15Move event source from window to connectionFederico Angelilli
The draw pipeline has been momentarily disconnected
2023-11-15Add `Connection` to separate xcb setup from window logicFederico Angelilli