From d83cbf55d16c04c3fe8316805cde8f4fe6a6610e Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Sun, 24 May 2020 20:58:39 +0200 Subject: Split control into separate protocol --- src/c.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/c.zig') diff --git a/src/c.zig b/src/c.zig index a242622..f7d6646 100644 --- a/src/c.zig +++ b/src/c.zig @@ -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 -- cgit v1.2.3