diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-03-26 21:32:30 +0100 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-03-26 21:32:30 +0100 |
| commit | d787e2c2cc796170325e4bf2591d0f612bff6e04 (patch) | |
| tree | d751946fc4bf2d7b9dfce9a612d430ee24fa9f88 /src/c.zig | |
| parent | 6c12c23cdb133b4e036a9c4ea8fb03757aead323 (diff) | |
| download | river-d787e2c2cc796170325e4bf2591d0f612bff6e04.tar.gz river-d787e2c2cc796170325e4bf2591d0f612bff6e04.tar.xz | |
Initial atomic layout update implementation
Diffstat (limited to 'src/c.zig')
| -rw-r--r-- | src/c.zig | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,8 +5,9 @@ pub const c = @cImport({ @cInclude("wayland-server-core.h"); //@cInclude("wlr/backend.h"); //@cInclude("wlr/render/wlr_renderer.h"); - @cInclude("wlr/types/wlr_cursor.h"); + @cInclude("wlr/types/wlr_buffer.h"); @cInclude("wlr/types/wlr_compositor.h"); + @cInclude("wlr/types/wlr_cursor.h"); @cInclude("wlr/types/wlr_data_device.h"); @cInclude("wlr/types/wlr_input_device.h"); @cInclude("wlr/types/wlr_keyboard.h"); |
