wlroots/include/wlr
Simon Ser 5cde35923c Simplify globals implementation by removing destructors
Some globals are static and it doesn't make sense to destroy them before
the wl_display. For instance, wl_compositor should be created before the
display is started and shouldn't be destroyed.

For these globals, we can simplify the code by removing the destructor
and stop keeping track of wl_resources (these will be destroyed with the
wl_display by libwayland).
2019-11-25 09:01:46 -05:00
..
backend
interfaces
render
types Simplify globals implementation by removing destructors 2019-11-25 09:01:46 -05:00
util
backend.h
config.h.in
meson.build
version.h.in
xcursor.h
xwayland.h