mirror of
https://github.com/wizbright/waybox.git
synced 2026-02-06 04:06:23 -05:00
parent
bceafa5b6b
commit
ae42d9d2f7
7 changed files with 86 additions and 57 deletions
|
|
@ -71,8 +71,13 @@ struct wb_server {
|
|||
|
||||
struct wl_listener gamma_control_set_gamma;
|
||||
struct wl_listener new_layer_surface;
|
||||
struct wl_listener new_xdg_surface;
|
||||
struct wl_listener new_xdg_decoration;
|
||||
#if WLR_CHECK_VERSION(0, 18, 0)
|
||||
struct wl_listener new_xdg_popup;
|
||||
struct wl_listener new_xdg_toplevel;
|
||||
#else
|
||||
struct wl_listener new_xdg_surface;
|
||||
#endif
|
||||
|
||||
struct wl_listener new_input;
|
||||
struct wl_listener new_output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue