mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -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
|
|
@ -128,9 +128,3 @@ seat_focus_surface(struct wlr_seat *seat, struct wlr_surface *surface)
|
|||
wlr_seat_keyboard_notify_enter(seat, surface, kb->keycodes,
|
||||
kb->num_keycodes, &kb->modifiers);
|
||||
}
|
||||
|
||||
struct wlr_surface *
|
||||
seat_focused_surface(void)
|
||||
{
|
||||
return current_seat->seat->keyboard_state.focused_surface;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue