#ifndef _SWAY_DECORATION_H #define _SWAY_DECORATION_H #include struct sway_server_decoration { struct wlr_server_decoration *wlr_server_decoration; struct wl_listener destroy; struct wl_listener mode; }; #endif