diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-03-27 18:31:03 +0100 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-03-27 18:31:03 +0100 |
| commit | 5bf161e74412272199603794a1f4e46024fb915c (patch) | |
| tree | 5b152eacd1db39cc1aba225694a4f65a2b41e5ec /src/c.zig | |
| parent | 69220d3c9270181e14fb023c48926dc25b366eee (diff) | |
| download | river-5bf161e74412272199603794a1f4e46024fb915c.tar.gz river-5bf161e74412272199603794a1f4e46024fb915c.tar.xz | |
Implement basic xdg decoration management
Diffstat (limited to 'src/c.zig')
| -rw-r--r-- | src/c.zig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ pub const c = @cImport({ @cInclude("wlr/types/wlr_pointer.h"); @cInclude("wlr/types/wlr_seat.h"); @cInclude("wlr/types/wlr_xcursor_manager.h"); + @cInclude("wlr/types/wlr_xdg_decoration_v1.h"); @cInclude("wlr/types/wlr_xdg_shell.h"); @cInclude("wlr/util/log.h"); @cInclude("xkbcommon/xkbcommon.h"); |
