mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
progress on panel protocol
This commit is contained in:
parent
b7fe2a95ca
commit
aea0d45c9d
7 changed files with 168 additions and 92 deletions
|
|
@ -27,6 +27,9 @@ struct panel_config {
|
|||
struct wl_client *client;
|
||||
// wlc handle for this panel's surface, not set until panel is created
|
||||
wlc_handle handle;
|
||||
|
||||
enum desktop_shell_hide_modes hide_mode;
|
||||
enum desktop_shell_hide_state hide;
|
||||
};
|
||||
|
||||
struct desktop_shell_state {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue