mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
ssd: add optional omnipresent button
This commit is contained in:
parent
186a07be9b
commit
b7bccc8026
12 changed files with 165 additions and 52 deletions
|
|
@ -1494,6 +1494,7 @@ view_toggle_visible_on_all_workspaces(struct view *view)
|
|||
{
|
||||
assert(view);
|
||||
view->visible_on_all_workspaces = !view->visible_on_all_workspaces;
|
||||
ssd_update_geometry(view->ssd);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue