diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-04-15 12:47:55 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-04-15 12:49:19 +0200 |
| commit | b02f660475fd6318fc387708c55c73ad4aebf062 (patch) | |
| tree | a65725452be32e18ae9ba98be88dbeb1162e537e /src/c.zig | |
| parent | 2126ef07f861c47543662771eaa001dcdcc42dc0 (diff) | |
| download | river-b02f660475fd6318fc387708c55c73ad4aebf062.tar.gz river-b02f660475fd6318fc387708c55c73ad4aebf062.tar.xz | |
Rename render.[hc] to bindings.[hc]
Diffstat (limited to 'src/c.zig')
| -rw-r--r-- | src/c.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); }); |
