diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-01-28 15:05:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-28 15:05:31 -0500 |
commit | f0b3a71fbc72eeccf44bc6a6f6c39a80af918463 (patch) | |
tree | 6671170c37e00ffd1fb67994a55ccf5ba760be90 /include/rootston/view.h | |
parent | facc5ef93a705b4c4cbe4acb6ebd44b256db5d3e (diff) | |
parent | 41ec686693821d6d436dae193e675a9b2746a369 (diff) |
Merge pull request #590 from pks-t/pks/rootston-wo-xwayland
Fix building rootston without XWayland
Diffstat (limited to 'include/rootston/view.h')
-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 e837586a..e1172bca 100644 --- a/include/rootston/view.h +++ b/include/rootston/view.h @@ -51,7 +51,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 { |