Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-11 | examples: use `perror` instead of `fprintf` GNU %m `printf` extension | Tudor Brindus | |
2020-08-24 | Remove unnecessary wl_display_dispatch calls | Simon Ser | |
wl_display_roundtrip already takes care of dispatching the display. | |||
2020-07-01 | examples: screencopy-dmabuf: Fix y-inversion | Andri Yngvason | |
2020-06-11 | examples/screencopy-dmabuf: call strncpy with maxlen - 1 | Simon Ser | |
The original code wasn't wrong since we were manually writing a null byte anyway, but this makes GCC happy. Closes: https://github.com/swaywm/wlroots/issues/2273 | |||
2020-06-08 | examples: Add screencopy-dmabuf example | Andri Yngvason | |