wlroots/examples
Dominique Martinet 5885679e33 examples: separate compositor_fini from run
compositor_fini destroys the display, but it is an error to destroy it
before e.g. wlr_seat that references it.
This lets us order destroy calls properly, following first-in-last-out
logic.
2017-08-19 09:31:06 +02:00
..
compositor examples: separate compositor_fini from run 2017-08-19 09:31:06 +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.h Move wl_shell into wlroots 2017-08-15 15:13:23 +02:00
meson.build Add wlr_output_layout implementation 2017-08-17 21:05:13 -04: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