diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-04-10 16:49:52 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-04-10 16:49:52 +0200 |
| commit | bd91bacee9bf7f329d1e8ccdb4121d5f65d03748 (patch) | |
| tree | 9688dc858c1b180c8729803b121a6ce6beca342c /src/c.zig | |
| parent | 86c486bf2dd589f67160b56aef4d4aae66005f77 (diff) | |
| download | river-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.zig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"); |
