diff options
| author | Bonicgamer <bonicgamer55@gmail.com> | 2021-02-15 15:07:29 -0500 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2021-02-22 14:47:31 +0100 |
| commit | 26b0acddb7c56311b9d476c059d1e9af9d27dfbf (patch) | |
| tree | b2c77ae2e645af0af57b8656c2fe2ddb43aac145 /build.zig | |
| parent | 4beb39920a591d65287ad82de65483747f68f0c2 (diff) | |
| download | river-26b0acddb7c56311b9d476c059d1e9af9d27dfbf.tar.gz river-26b0acddb7c56311b9d476c059d1e9af9d27dfbf.tar.xz | |
river: pointer-constraints and relative-pointer
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ pub fn build(b: *zbs.Builder) !void { scanner.addSystemProtocol("stable/xdg-shell/xdg-shell.xml"); scanner.addSystemProtocol("unstable/pointer-gestures/pointer-gestures-unstable-v1.xml"); scanner.addSystemProtocol("unstable/xdg-output/xdg-output-unstable-v1.xml"); + scanner.addSystemProtocol("unstable/pointer-constraints/pointer-constraints-unstable-v1.xml"); scanner.addProtocolPath("protocol/river-control-unstable-v1.xml"); scanner.addProtocolPath("protocol/river-options-unstable-v1.xml"); scanner.addProtocolPath("protocol/river-status-unstable-v1.xml"); |
