aboutsummaryrefslogtreecommitdiff
path: root/src/c.zig
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2020-04-10 17:23:25 +0200
committerIsaac Freund <ifreund@ifreund.xyz>2020-04-10 17:23:25 +0200
commit1ffd13ef866c886609fbbb8bd0868f02a20a6883 (patch)
tree3790583ea95d6b50aa0d24d81f098f5a0adba557 /src/c.zig
parentbd91bacee9bf7f329d1e8ccdb4121d5f65d03748 (diff)
downloadriver-1ffd13ef866c886609fbbb8bd0868f02a20a6883.tar.gz
river-1ffd13ef866c886609fbbb8bd0868f02a20a6883.tar.xz
Implement xdg-output
Diffstat (limited to 'src/c.zig')
-rw-r--r--src/c.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c.zig b/src/c.zig
index bb06876..96a0b8c 100644
--- a/src/c.zig
+++ b/src/c.zig
@@ -19,6 +19,7 @@ pub usingnamespace @cImport({
@cInclude("wlr/types/wlr_seat.h");
@cInclude("wlr/types/wlr_xcursor_manager.h");
@cInclude("wlr/types/wlr_xdg_decoration_v1.h");
+ @cInclude("wlr/types/wlr_xdg_output_v1.h");
@cInclude("wlr/types/wlr_xdg_shell.h");
@cInclude("wlr/util/log.h");
@cInclude("xkbcommon/xkbcommon.h");