#include #include #include #include #include void wlr_tablet_tool_tool_init(struct wlr_tablet_tool_tool *tool) { // Intentionaly empty (for now) } void wlr_tablet_tool_tool_destroy(struct wlr_tablet_tool_tool *tool) { if (!tool) { return; } free(tool); }