diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/rootston/view.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rootston/view.h b/include/rootston/view.h index 9312c8c3..f6968c7a 100644 --- a/include/rootston/view.h +++ b/include/rootston/view.h @@ -54,7 +54,9 @@ struct roots_xwayland_surface { enum roots_view_type { ROOTS_WL_SHELL_VIEW, ROOTS_XDG_SHELL_V6_VIEW, +#ifdef WLR_HAS_XWAYLAND ROOTS_XWAYLAND_VIEW, +#endif }; struct roots_view { |