aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/miext/damage/damagestr.h
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/miext/damage/damagestr.h')
-rw-r--r--xorg-server/miext/damage/damagestr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg-server/miext/damage/damagestr.h b/xorg-server/miext/damage/damagestr.h
index 36753ee20..278615634 100644
--- a/xorg-server/miext/damage/damagestr.h
+++ b/xorg-server/miext/damage/damagestr.h
@@ -76,8 +76,8 @@ typedef struct _damageScrPriv {
} DamageScrPrivRec, *DamageScrPrivPtr;
typedef struct _damageGCPriv {
- GCOps *ops;
- GCFuncs *funcs;
+ const GCOps *ops;
+ const GCFuncs *funcs;
} DamageGCPrivRec, *DamageGCPrivPtr;
/* XXX should move these into damage.c, damageScrPrivateIndex is static */