mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
view: add always-on-top signal
This commit is contained in:
parent
a3646721bc
commit
52790ab9f7
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