wlroots-hyprland/types/tablet_v2
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_tablet_v2.c Simplify globals implementation by removing destructors 2019-11-25 09:01:46 -05:00
wlr_tablet_v2_pad.c Fix heap-use-after-free in wlr_send_tablet_v2_tablet_pad_leave 2019-10-27 19:01:16 +01:00
wlr_tablet_v2_tablet.c rename wlr_tablet_tool to wlr_tablet 2018-07-14 09:49:58 +02:00
wlr_tablet_v2_tool.c Add libinput-1.14 support 2019-08-11 19:39:47 +09:00