[PATCH 27/37] xfree86/common: Const GC funcs and ops in xf86VAarbiter

Keith Packard keithp at keithp.com
Sun Nov 17 00:01:52 PST 2013


Signed-off-by: Keith Packard <keithp at keithp.com>
---
 hw/xfree86/common/xf86VGAarbiterPriv.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hw/xfree86/common/xf86VGAarbiterPriv.h b/hw/xfree86/common/xf86VGAarbiterPriv.h
index ba6edfc..f91de0c 100644
--- a/hw/xfree86/common/xf86VGAarbiterPriv.h
+++ b/hw/xfree86/common/xf86VGAarbiterPriv.h
@@ -137,8 +137,8 @@ typedef struct _VGAarbiterScreen {
 } VGAarbiterScreenRec, *VGAarbiterScreenPtr;
 
 typedef struct _VGAarbiterGC {
-    GCOps *wrapOps;
-    GCFuncs *wrapFuncs;
+    const GCOps *wrapOps;
+    const GCFuncs *wrapFuncs;
 } VGAarbiterGCRec, *VGAarbiterGCPtr;
 
 /* Screen funcs */
-- 
1.8.4.2



More information about the xorg-devel mailing list