mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-13 13:29:44 -05:00
Clean up wayland backend tablet support
Mostly address feedback from emersion on PR #1694 Remove const qualifier from char *name, to allow free() call
This commit is contained in:
parent
2285e36b0c
commit
ebeef0fbe8
4 changed files with 16 additions and 22 deletions
|
|
@ -70,7 +70,7 @@ struct wlr_tablet {
|
|||
struct wl_signal button;
|
||||
} events;
|
||||
|
||||
const char *name;
|
||||
char *name;
|
||||
struct wlr_list paths; // char *
|
||||
|
||||
void *data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue