aboutsummaryrefslogtreecommitdiff
path: root/include/backend/wayland.h
diff options
context:
space:
mode:
authorDominique Martinet <asmadeus@codewreck.org>2017-08-12 01:19:45 +0200
committerDominique Martinet <asmadeus@codewreck.org>2017-08-12 01:19:45 +0200
commit3ea878b76e7cf63caf9cddaaabe2faca053d9085 (patch)
tree3d54d0664fe73de8145ee57af890a818ec5b7e5b /include/backend/wayland.h
parent8427749dd06b52bd8e53539f264a784beca9bb6f (diff)
wayland backend: free seatName
Diffstat (limited to 'include/backend/wayland.h')
-rw-r--r--include/backend/wayland.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/backend/wayland.h b/include/backend/wayland.h
index 1ce4e135..be96128e 100644
--- a/include/backend/wayland.h
+++ b/include/backend/wayland.h
@@ -25,7 +25,7 @@ struct wlr_backend_state {
struct wl_shell *shell;
struct wl_shm *shm;
struct wl_seat *seat;
- const char *seatName;
+ char *seatName;
};
struct wlr_output_state {