wlroots/types/xdg_shell_v6
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
..
wlr_xdg_popup_v6.c Revert "wlr_xdg_popup: don't treat all surfaces of grabbing client as grabbing surfaces" 2019-08-27 11:12:09 +09:00
wlr_xdg_positioner_v6.c xdg_shell: remove variable self-assignment 2019-08-12 09:37:21 +09:00
wlr_xdg_shell_v6.c Simplify globals implementation by removing destructors 2019-11-25 09:01:46 -05:00
wlr_xdg_surface_v6.c Standardize the wlr_box input paramaters 2018-12-21 13:56:10 -05:00
wlr_xdg_toplevel_v6.c wlr_xdg_toplevel_v6: store pending fullscreen output 2019-03-27 10:04:10 +02:00