wlroots-hyprland/examples
Dominique Martinet 2948f53721 example compositor: handle keyboard after we're done with init
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
2017-08-20 14:19:30 +02:00
..
.gitignore Add xdg shell stubs 2017-08-09 12:31:16 -04:00
cat.c Fixed that warnings that showed up with optimisations. 2017-07-11 00:14:55 +12:00
cat.h Fixed that warnings that showed up with optimisations. 2017-07-11 00:14:55 +12:00
compositor.c example compositor: handle keyboard after we're done with init 2017-08-20 14:19:30 +02:00
meson.build move wl_compositor into wlroots as wlr_compositor 2017-08-19 21:56:51 +02:00
output-layout.c examples: separate compositor_fini from run 2017-08-19 09:31:06 +02:00
pointer.c examples: separate compositor_fini from run 2017-08-19 09:31:06 +02:00
rotation.c examples: separate compositor_fini from run 2017-08-19 09:31:06 +02:00
shared.c examples: separate compositor_fini from run 2017-08-19 09:31:06 +02:00
shared.h examples: separate compositor_fini from run 2017-08-19 09:31:06 +02:00
simple.c examples: separate compositor_fini from run 2017-08-19 09:31:06 +02:00
tablet.c examples: separate compositor_fini from run 2017-08-19 09:31:06 +02:00
touch.c examples: separate compositor_fini from run 2017-08-19 09:31:06 +02:00