diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-05-24 20:58:39 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-05-24 21:01:11 +0200 |
| commit | d83cbf55d16c04c3fe8316805cde8f4fe6a6610e (patch) | |
| tree | 8c78a36a3424454bd54752f5cc95f6d514ea7a9d /src/c.zig | |
| parent | 08a2f47a5ea1bd5062d428d6061f505022ed1bb0 (diff) | |
| download | river-d83cbf55d16c04c3fe8316805cde8f4fe6a6610e.tar.gz river-d83cbf55d16c04c3fe8316805cde8f4fe6a6610e.tar.xz | |
Split control into separate protocol
Diffstat (limited to 'src/c.zig')
| -rw-r--r-- | src/c.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ pub usingnamespace @cImport({ // that can be automatically imported @cInclude("include/bindings.h"); - @cInclude("river-window-management-unstable-v1-protocol.h"); + @cInclude("river-control-unstable-v1-protocol.h"); }); // These are needed because zig currently names translated anonymous unions |
