diff options
author | Dominique Martinet <asmadeus@codewreck.org> | 2017-08-12 01:19:45 +0200 |
---|---|---|
committer | Dominique Martinet <asmadeus@codewreck.org> | 2017-08-12 01:19:45 +0200 |
commit | 3ea878b76e7cf63caf9cddaaabe2faca053d9085 (patch) | |
tree | 3d54d0664fe73de8145ee57af890a818ec5b7e5b /include | |
parent | 8427749dd06b52bd8e53539f264a784beca9bb6f (diff) |
wayland backend: free seatName
Diffstat (limited to 'include')
-rw-r--r-- | include/backend/wayland.h | 2 |
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 { |