aboutsummaryrefslogtreecommitdiff
path: root/connection.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-16Implement `update_xrm` for connectionFederico Angelilli
2023-11-15Refine connection event dispatcherFederico 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