Age | Commit message (Collapse) | Author |
|
The client examples are useful to try out protocols, however they
don't need to live in the wlroots repository. Having both clients
and compositors in the same place is confusing. The wlroots API
changes often but protocols are set in stone.
|
|
strncpy doesn't guarantee that the result is zero-terminated.
|
|
|
|
wl_display_roundtrip already takes care of dispatching the display.
|
|
|
|
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
|
|
|