wlroots/include
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 backend/wayland: add support for presentation-time 2019-11-21 11:32:30 -05:00
render render/gles: Simplify textures a bit 2019-11-06 09:46:01 +01:00
types Remove all wayland-server.h includes 2019-07-27 15:49:32 -04:00
util Remove all wayland-server.h includes 2019-07-27 15:49:32 -04:00
wlr Simplify globals implementation by removing destructors 2019-11-25 09:01:46 -05:00
xcursor Add xcursor sublibrary 2017-08-07 21:13:04 -04:00
xwayland xwm: Add _NET_CLIENT_LIST support 2019-02-15 11:08:54 +01:00
meson.build config: Avoid clash with other config-headers 2017-12-27 17:13:58 +01:00