mirror of
https://github.com/labwc/labwc.git
synced 2026-02-11 04:27:51 -05:00
define focused_view function and use it for keyboard actions
This commit is contained in:
parent
a15a56bfe1
commit
815cd4aa46
3 changed files with 26 additions and 6 deletions
|
|
@ -338,6 +338,7 @@ void desktop_focus_view(struct seat *seat, struct view *view);
|
|||
*/
|
||||
struct view *desktop_cycle_view(struct server *server, struct view *current);
|
||||
struct view *topmost_mapped_view(struct server *server);
|
||||
struct view *focused_view(struct server *server);
|
||||
void desktop_focus_topmost_mapped_view(struct server *server);
|
||||
bool isfocusable(struct view *view);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue