summaryrefslogtreecommitdiff
path: root/src/uxa/intel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uxa/intel.h')
-rw-r--r--src/uxa/intel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uxa/intel.h b/src/uxa/intel.h
index 9b696cd8..0b3b95c5 100644
--- a/src/uxa/intel.h
+++ b/src/uxa/intel.h
@@ -350,6 +350,8 @@ typedef struct intel_screen_private {
InputHandlerProc uevent_handler;
#endif
Bool has_prime_vmap_flush;
+
+ struct xwl_screen *xwl_screen;
} intel_screen_private;
#define INTEL_INFO(intel) ((intel)->info)