mirror of
https://github.com/labwc/labwc.git
synced 2026-02-06 04:06:33 -05:00
src/workspaces.c: prevent re-focus for always-on-top views
Before this patch a focused always-on-top view lost its keyboard focus when switching workspaces. Now the view keeps its focus.
This commit is contained in:
parent
f7c8663f67
commit
e39fd341ec
3 changed files with 12 additions and 8 deletions
|
|
@ -143,6 +143,7 @@ void view_set_fullscreen(struct view *view, bool fullscreen,
|
|||
void view_toggle_maximize(struct view *view);
|
||||
void view_toggle_decorations(struct view *view);
|
||||
void view_toggle_always_on_top(struct view *view);
|
||||
bool view_is_always_on_top(struct view *view);
|
||||
void view_move_to_workspace(struct view *view, struct workspace *workspace);
|
||||
void view_set_decorations(struct view *view, bool decorations);
|
||||
void view_toggle_fullscreen(struct view *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue