diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-04-10 17:23:25 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-04-10 17:23:25 +0200 |
| commit | 1ffd13ef866c886609fbbb8bd0868f02a20a6883 (patch) | |
| tree | 3790583ea95d6b50aa0d24d81f098f5a0adba557 /src/c.zig | |
| parent | bd91bacee9bf7f329d1e8ccdb4121d5f65d03748 (diff) | |
| download | river-1ffd13ef866c886609fbbb8bd0868f02a20a6883.tar.gz river-1ffd13ef866c886609fbbb8bd0868f02a20a6883.tar.xz | |
Implement xdg-output
Diffstat (limited to 'src/c.zig')
| -rw-r--r-- | src/c.zig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ pub usingnamespace @cImport({ @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_output_v1.h"); @cInclude("wlr/types/wlr_xdg_shell.h"); @cInclude("wlr/util/log.h"); @cInclude("xkbcommon/xkbcommon.h"); |
