mirror of
https://github.com/swaywm/sway.git
synced 2025-11-19 06:59:52 -05:00
Implement KDE's server-side decoration protocol
This commit is contained in:
parent
1376de4f46
commit
a5c07dde6a
5 changed files with 198 additions and 6 deletions
|
|
@ -27,6 +27,11 @@ WAYLAND_ADD_PROTOCOL_SERVER(proto-server-gamma-control
|
|||
gamma-control
|
||||
)
|
||||
|
||||
WAYLAND_ADD_PROTOCOL_SERVER(proto-server-server-decoration
|
||||
server-decoration.xml
|
||||
server-decoration
|
||||
)
|
||||
|
||||
add_library(sway-protocols STATIC
|
||||
${proto-client-xdg-shell}
|
||||
${proto-client-desktop-shell}
|
||||
|
|
@ -34,6 +39,7 @@ add_library(sway-protocols STATIC
|
|||
${proto-client-swaylock}
|
||||
${proto-server-swaylock}
|
||||
${proto-server-gamma-control}
|
||||
${proto-server-server-decoration}
|
||||
)
|
||||
|
||||
set(PROTOCOLS_INCLUDE_DIRS ${CMAKE_BINARY_DIR}/protocols PARENT_SCOPE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue