mirror of
https://github.com/labwc/labwc.git
synced 2026-02-07 04:07:42 -05:00
seat: remove seat_focused_surface()
This commit is contained in:
parent
7eb33334d2
commit
8e2b3ea89a
5 changed files with 6 additions and 12 deletions
|
|
@ -241,7 +241,6 @@ void keyboard_init(struct seat *seat);
|
|||
void seat_init(struct server *server);
|
||||
void seat_finish(struct server *server);
|
||||
void seat_focus_surface(struct wlr_seat *seat, struct wlr_surface *surface);
|
||||
struct wlr_surface *seat_focused_surface(void);
|
||||
|
||||
void interactive_begin(struct view *view, enum cursor_mode mode,
|
||||
uint32_t edges);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue