summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl/wayland/native_wayland.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/state_trackers/egl/wayland/native_wayland.h')
-rw-r--r--src/gallium/state_trackers/egl/wayland/native_wayland.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/egl/wayland/native_wayland.h b/src/gallium/state_trackers/egl/wayland/native_wayland.h
index 271c10d..14fc9b0 100644
--- a/src/gallium/state_trackers/egl/wayland/native_wayland.h
+++ b/src/gallium/state_trackers/egl/wayland/native_wayland.h
@@ -33,12 +33,17 @@
#include "common/native_helper.h"
#include "wayland-egl-priv.h"
+#include "wayland-drm-client-protocol.h"
struct wayland_display {
struct native_display base;
struct wayland_config *config;
- struct wl_egl_display *dpy;
+ struct wl_display *dpy;
+ struct wl_drm *wl_drm;
+ int fd;
+ char *device_name;
+ boolean authenticated;
};
enum wayland_buffer_type {