mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
screencopy-v1: make sure wlr_buffer enum is visible
.. by including wlr_buffer.h
This commit is contained in:
parent
49738406a3
commit
e22aa2796c
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <wayland-server-core.h>
|
#include <wayland-server-core.h>
|
||||||
|
#include <wlr/types/wlr_buffer.h>
|
||||||
#include <wlr/util/box.h>
|
#include <wlr/util/box.h>
|
||||||
|
|
||||||
struct wlr_screencopy_manager_v1 {
|
struct wlr_screencopy_manager_v1 {
|
||||||
|
|
Loading…
Reference in a new issue