aboutsummaryrefslogtreecommitdiff
path: root/src/c.zig
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2020-05-19 13:25:16 +0200
committerIsaac Freund <ifreund@ifreund.xyz>2020-05-19 13:25:16 +0200
commit0904dc53467d9e94cdce050c493e9377da8ebfcc (patch)
tree393073533252d7c3ef92332ecb87aa6d9835ff41 /src/c.zig
parent82d74d938c0e54bd62dd4d525b312a0cd048608a (diff)
downloadriver-0904dc53467d9e94cdce050c493e9377da8ebfcc.tar.gz
river-0904dc53467d9e94cdce050c493e9377da8ebfcc.tar.xz
Create WindowManagement struct
Diffstat (limited to 'src/c.zig')
-rw-r--r--src/c.zig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/c.zig b/src/c.zig
index aae0095..a242622 100644
--- a/src/c.zig
+++ b/src/c.zig
@@ -47,6 +47,8 @@ pub usingnamespace @cImport({
// Contains a subset of functions from wlr/backend.h and wlr/render/wlr_renderer.h
// that can be automatically imported
@cInclude("include/bindings.h");
+
+ @cInclude("river-window-management-unstable-v1-protocol.h");
});
// These are needed because zig currently names translated anonymous unions