This commit is contained in:
Johan Malm 2026-02-19 07:14:45 +01:00 committed by GitHub
commit e1cf1c6e68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 53 additions and 68 deletions

View file

@ -372,6 +372,7 @@ void desktop_focus_topmost_view(struct server *server);
void seat_init(struct server *server);
void seat_finish(struct server *server);
void seat_reconfigure(struct server *server);
void seat_force_focus_surface(struct seat *seat, struct wlr_surface *surface);
void seat_focus_surface(struct seat *seat, struct wlr_surface *surface);
void seat_pointer_end_grab(struct seat *seat, struct wlr_surface *surface);