aboutsummaryrefslogtreecommitdiff
path: root/src/c.zig
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2020-04-15 12:47:55 +0200
committerIsaac Freund <ifreund@ifreund.xyz>2020-04-15 12:49:19 +0200
commitb02f660475fd6318fc387708c55c73ad4aebf062 (patch)
treea65725452be32e18ae9ba98be88dbeb1162e537e /src/c.zig
parent2126ef07f861c47543662771eaa001dcdcc42dc0 (diff)
downloadriver-b02f660475fd6318fc387708c55c73ad4aebf062.tar.gz
river-b02f660475fd6318fc387708c55c73ad4aebf062.tar.xz
Rename render.[hc] to bindings.[hc]
Diffstat (limited to 'src/c.zig')
-rw-r--r--src/c.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c.zig b/src/c.zig
index 96a0b8c..7cc0fce 100644
--- a/src/c.zig
+++ b/src/c.zig
@@ -26,5 +26,5 @@ pub usingnamespace @cImport({
// Contains a subset of functions from wlr/backend.h and wlr/render/wlr_renderer.h
// that can be automatically imported
- @cInclude("include/render.h");
+ @cInclude("include/bindings.h");
});