diff options
| author | MaxVerevkin <maxxverrr@gmail.com> | 2024-01-04 19:05:03 +0200 |
|---|---|---|
| committer | Isaac Freund <mail@isaacfreund.com> | 2024-01-04 14:14:00 -0600 |
| commit | 9ce4525f082d3474667853b28deff5a44c56f552 (patch) | |
| tree | 64eb0a1762e2bb604c466909588fcd12db50d895 /build.zig | |
| parent | 9f0e0f2c0a4c24ebdd54982b824a382b1836c165 (diff) | |
| download | river-9ce4525f082d3474667853b28deff5a44c56f552.tar.gz river-9ce4525f082d3474667853b28deff5a44c56f552.tar.xz | |
river: Implement cursor_shape_v1
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -90,6 +90,7 @@ pub fn build(b: *Build) !void { scanner.addSystemProtocol("unstable/pointer-gestures/pointer-gestures-unstable-v1.xml"); scanner.addSystemProtocol("unstable/pointer-constraints/pointer-constraints-unstable-v1.xml"); scanner.addSystemProtocol("unstable/xdg-decoration/xdg-decoration-unstable-v1.xml"); + scanner.addSystemProtocol("staging/cursor-shape/cursor-shape-v1.xml"); scanner.addCustomProtocol("protocol/river-control-unstable-v1.xml"); scanner.addCustomProtocol("protocol/river-status-unstable-v1.xml"); @@ -114,6 +115,7 @@ pub fn build(b: *Build) !void { scanner.generate("zwp_pointer_constraints_v1", 1); scanner.generate("zxdg_decoration_manager_v1", 1); scanner.generate("ext_session_lock_manager_v1", 1); + scanner.generate("wp_cursor_shape_manager_v1", 1); scanner.generate("zriver_control_v1", 1); scanner.generate("zriver_status_manager_v1", 4); |
