diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-04-26 11:08:11 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-04-26 11:08:56 +0200 |
| commit | 609eeae6f446247f2cc3219d65b25647de828cb3 (patch) | |
| tree | 64d7839c002e50a159dbf8e01085f72ca3e545b5 /src/c.zig | |
| parent | f133d0b391b93df6ef90e5f6db51ee36ec47c938 (diff) | |
| download | river-609eeae6f446247f2cc3219d65b25647de828cb3.tar.gz river-609eeae6f446247f2cc3219d65b25647de828cb3.tar.xz | |
Support wlr-screencopy
Closes https://github.com/ifreund/river/issues/7
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 usingnamespace @cImport({ @cInclude("wlr/types/wlr_output.h"); @cInclude("wlr/types/wlr_output_layout.h"); @cInclude("wlr/types/wlr_pointer.h"); + @cInclude("wlr/types/wlr_screencopy_v1.h"); @cInclude("wlr/types/wlr_seat.h"); @cInclude("wlr/types/wlr_xcursor_manager.h"); @cInclude("wlr/types/wlr_xdg_decoration_v1.h"); |
