mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
5cde35923c
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). |
||
---|---|---|
.. | ||
wlr_data_device.c | ||
wlr_data_offer.c | ||
wlr_data_source.c | ||
wlr_drag.c |