aboutsummaryrefslogtreecommitdiff
path: root/xwayland/meson.build
AgeCommit message (Collapse)Author
2018-03-03xcb errors: optional dependency with improved messagesDominique Martinet
Now message can look like: [xwayland/xwm.c:991] xcb error: op ChangeProperty (no minor), code Window (no extension), value 6291465 instead of this one when the lib is not available: [xwayland/xwm.c:999] xcb error: op 18:0, code 3, sequence 103, value 6291465 The value in case of Window is the window id, so we can tell what function applied on which window which is a good start. The sequence ought to be able to tell us more precisely which invocation it was, but we never log it when calling functions so is useless in practice and no longer logged.
2018-02-14Add missing dependenciesRodrigo Lourenço
2017-11-20xwm: selection stubsTony Crisci
2017-11-02Load xwm cursor from themeemersion
2017-11-02Set xwayland root cursoremersion
2017-10-15xwayland: use xfixes extensionTony Crisci
2017-10-05xwayland: parse normal hintsemersion
2017-08-30Refactor meson build filesTony Crisci
Use tabs for indentation and break up function calls over 80 col.
2017-08-23xwm: fix minimal init, this gets us some events on window creationsDominique Martinet
2017-08-23xwayland: split xwm structure out, initial xwm.cDominique Martinet
2017-08-23Xwayland: first draft, just start server for nowDominique Martinet