mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
wayland backend: free seatName
This commit is contained in:
parent
8427749dd0
commit
3ea878b76e
3 changed files with 3 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue