From ebeef0fbe8b15fceb618ee5bc6947d1c3edf950f Mon Sep 17 00:00:00 2001 From: Markus Ongyerth Date: Sun, 14 Jul 2019 06:48:22 +0200 Subject: Clean up wayland backend tablet support Mostly address feedback from emersion on PR #1694 Remove const qualifier from char *name, to allow free() call --- include/wlr/types/wlr_tablet_tool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_tablet_tool.h b/include/wlr/types/wlr_tablet_tool.h index bd797915..805727d4 100644 --- a/include/wlr/types/wlr_tablet_tool.h +++ b/include/wlr/types/wlr_tablet_tool.h @@ -70,7 +70,7 @@ struct wlr_tablet { struct wl_signal button; } events; - const char *name; + char *name; struct wlr_list paths; // char * void *data; -- cgit v1.2.3