diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2017-04-28 20:32:05 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2017-04-28 20:32:05 -0400 |
| commit | 482b1e79a864b898f5c3e084c4c1ebfc2dcf2b30 (patch) | |
| tree | 45dd827f6c8f49ca003caefb8aa990b2f368e8f5 /include | |
| parent | 97653b816adf6daf9d9039e6dc68bb37438bdbd2 (diff) | |
Implement KDE's server-side decoration protocol
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/extensions.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/sway/extensions.h b/include/sway/extensions.h index f6b0c00e..5212eb3a 100644 --- a/include/sway/extensions.h +++ b/include/sway/extensions.h @@ -42,8 +42,15 @@ struct swaylock_state { wlc_resource surface; }; +struct decoration_state { + list_t *csd_resources; +}; + extern struct desktop_shell_state desktop_shell; +extern struct decoration_state decoration_state; void register_extensions(void); +void server_decoration_enable_csd(wlc_handle handle); + #endif |
