Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-15 | x11 backend: Do not set a back pixel on windows | Uli Schlachter | |
Before this commit, the x11 server would fill any exposed area with white before the wlroots x11 backend got a chance to do anything. This was e.g. visible when running rootston and resizing the window: When the window becomes larger, the new area is filled with black. By just not setting a back pixel value, this commit gets rid of this behaviour. Signed-off-by: Uli Schlachter <psychon@znc.in> | |||
2018-04-05 | backend/{x11,headless}: use default if supplied refresh is invalid | emersion | |
2018-04-03 | backend/{x11,headless}: fix refresh rate | emersion | |
2018-04-03 | backend/x11: fix cursor position when receiving configure event | emersion | |
2018-04-02 | Merge pull request #792 from emersion/x11-backend-blank-cursor | Drew DeVault | |
backend/x11: hide cursor | |||
2018-03-31 | backend/x11: flush after destroying window | emersion | |
Otherwise the destroy message is kept buffered and never reaches the X11 server. Thanks X11. | |||
2018-03-31 | backend/x11: hide cursor | emersion | |
2018-03-30 | backend/x11: add WLR_X11_OUTPUTS support | emersion | |
2018-03-30 | backend/x11: refactor, prepare support for multiple outputs | emersion | |