Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Add data structures to compositor.c xdg-surface implementation that allows them
to be rendered in the correct position in the layout, spanning outputs if
necessary.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rename wlr_output_layout_init()
|
|
Rename wlr_output_layout_init() to wlr_output_layout_create() to be consistent
with the rest of the api.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use tabs for indentation and break up function calls over 80 col.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the libinput backend does wl_display roundtrips, during which there is a
small window where keystrokes can be handled before the rest of the example
compositor is ready.
Setting the callback later ensures we're not called at this point
|
|
|