[PATCH 10/10] xwayland: Add HW_WAYLAND driver flag

Adam Jackson ajax at redhat.com
Thu Oct 17 09:36:52 PDT 2013


From: Kristian Høgsberg <krh at bitplanet.net>

Reviewed-by: Adam Jackson <ajax at redhat.com>
---
 hw/xfree86/common/xf86str.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/xfree86/common/xf86str.h b/hw/xfree86/common/xf86str.h
index 4c2d147..976fa30 100644
--- a/hw/xfree86/common/xf86str.h
+++ b/hw/xfree86/common/xf86str.h
@@ -288,6 +288,7 @@ typedef struct {
 #define HW_MMIO 2
 #define HW_SKIP_CONSOLE 4
 #define NEED_IO_ENABLED(x) (x & HW_IO)
+#define HW_WAYLAND 8
 
 typedef CARD32 xorgHWFlags;
 
-- 
1.8.3.1



More information about the xorg-devel mailing list