aboutsummaryrefslogtreecommitdiff
path: root/src/c.zig
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2020-04-10 16:49:52 +0200
committerIsaac Freund <ifreund@ifreund.xyz>2020-04-10 16:49:52 +0200
commitbd91bacee9bf7f329d1e8ccdb4121d5f65d03748 (patch)
tree9688dc858c1b180c8729803b121a6ce6beca342c /src/c.zig
parent86c486bf2dd589f67160b56aef4d4aae66005f77 (diff)
downloadriver-bd91bacee9bf7f329d1e8ccdb4121d5f65d03748.tar.gz
river-bd91bacee9bf7f329d1e8ccdb4121d5f65d03748.tar.xz
Implement initial layer shell support
exclusive zones and popups are still TODO
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 30d7340..bb06876 100644
--- a/src/c.zig
+++ b/src/c.zig
@@ -11,6 +11,7 @@ pub usingnamespace @cImport({
@cInclude("wlr/types/wlr_data_device.h");
@cInclude("wlr/types/wlr_input_device.h");
@cInclude("wlr/types/wlr_keyboard.h");
+ @cInclude("wlr/types/wlr_layer_shell_v1.h");
@cInclude("wlr/types/wlr_matrix.h");
@cInclude("wlr/types/wlr_output.h");
@cInclude("wlr/types/wlr_output_layout.h");