diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-04-19 00:59:07 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-04-19 14:31:41 +0200 |
| commit | c959a426b723fb89f1dda34893d426b90f8fa9f4 (patch) | |
| tree | b75c013387fbbd4792bba4832fcded61dc4ec9de /src/c.zig | |
| parent | cd9d4ee395b8b3cf7e12227ea2f8be640e968aab (diff) | |
| download | river-c959a426b723fb89f1dda34893d426b90f8fa9f4.tar.gz river-c959a426b723fb89f1dda34893d426b90f8fa9f4.tar.xz | |
Implement wlr-input-inhibitor
Diffstat (limited to 'src/c.zig')
| -rw-r--r-- | src/c.zig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ pub usingnamespace @cImport({ @cInclude("wlr/types/wlr_cursor.h"); @cInclude("wlr/types/wlr_data_device.h"); @cInclude("wlr/types/wlr_input_device.h"); + @cInclude("wlr/types/wlr_input_inhibitor.h"); @cInclude("wlr/types/wlr_keyboard.h"); @cInclude("wlr/types/wlr_layer_shell_v1.h"); @cInclude("wlr/types/wlr_matrix.h"); |
