mirror of
https://github.com/labwc/labwc.git
synced 2026-02-27 01:40:30 -05:00
Move isfocusable() from desktop.c to view.c
This commit is contained in:
parent
602d59a3b2
commit
e5a6c57a6e
5 changed files with 29 additions and 24 deletions
|
|
@ -388,7 +388,6 @@ struct view *desktop_cycle_view(struct server *server, struct view *start_view,
|
|||
enum lab_cycle_dir dir);
|
||||
struct view *desktop_focused_view(struct server *server);
|
||||
void desktop_focus_topmost_mapped_view(struct server *server);
|
||||
bool isfocusable(struct view *view);
|
||||
|
||||
void keyboard_cancel_keybind_repeat(struct keyboard *keyboard);
|
||||
void keyboard_key_notify(struct wl_listener *listener, void *data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue