summaryrefslogtreecommitdiff
path: root/hw/xwayland/xwayland-screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xwayland/xwayland-screen.h')
-rw-r--r--hw/xwayland/xwayland-screen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xwayland/xwayland-screen.h b/hw/xwayland/xwayland-screen.h
index 8ccfc9b4d..fadd0526e 100644
--- a/hw/xwayland/xwayland-screen.h
+++ b/hw/xwayland/xwayland-screen.h
@@ -34,6 +34,7 @@
#include <dix.h>
#include "xwayland-types.h"
+#include "xwayland-window.h"
#include "xwayland-output.h"
#include "xwayland-glamor.h"
#include "xwayland-drm-lease.h"
@@ -101,6 +102,8 @@ struct xwl_screen {
struct zwp_keyboard_shortcuts_inhibit_manager_v1 *shortcuts_inhibit_manager;
struct zwp_keyboard_shortcuts_inhibitor_v1 *shortcuts_inhibit;
struct zwp_linux_dmabuf_v1 *dmabuf;
+ int dmabuf_protocol_version;
+ struct xwl_dmabuf_feedback default_feedback;
struct zxdg_output_manager_v1 *xdg_output_manager;
struct wp_viewporter *viewporter;
struct xwayland_shell_v1 *xwayland_shell;