mirror of
https://github.com/labwc/labwc.git
synced 2026-03-18 05:33:53 -04:00
view: add always-on-top signal
This commit is contained in:
parent
16c5373be5
commit
3b6fe26301
2 changed files with 5 additions and 0 deletions
|
|
@ -280,6 +280,7 @@ struct view {
|
|||
struct wl_signal minimized;
|
||||
struct wl_signal fullscreened;
|
||||
struct wl_signal activated; /* bool *activated */
|
||||
struct wl_signal always_on_top;
|
||||
/*
|
||||
* This is emitted when app_id, or icon set via xdg_toplevel_icon
|
||||
* is updated. This is listened by scaled_icon_buffer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue