diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-05-08 14:51:10 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-05-08 14:51:10 +0200 |
| commit | ac735719cfc086c54ff939786823b29de2c24c0a (patch) | |
| tree | c8ee87c720b067bbf8a757e8ea098d2b87393141 /src/c.zig | |
| parent | 71d580b81173c6e6f93354c6e783972a6aa37b27 (diff) | |
| download | river-ac735719cfc086c54ff939786823b29de2c24c0a.tar.gz river-ac735719cfc086c54ff939786823b29de2c24c0a.tar.xz | |
Implement initial Xwayland support
Diffstat (limited to 'src/c.zig')
| -rw-r--r-- | src/c.zig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ pub usingnamespace @cImport({ @cInclude("wlr/types/wlr_xdg_decoration_v1.h"); @cInclude("wlr/types/wlr_xdg_output_v1.h"); @cInclude("wlr/types/wlr_xdg_shell.h"); + if (@import("build_options").xwayland) @cInclude("wlr/xwayland.h"); @cInclude("wlr/util/log.h"); @cInclude("xkbcommon/xkbcommon.h"); |
