@@ -1038,7 +1038,7 @@ fallback:
uxa_check_push_pixels(pGC, pBitmap, pDrawable, w, h, x, y);
}
-const GCOps uxa_ops = {
+GCOps uxa_ops = {
uxa_fill_spans,
uxa_set_spans,
uxa_put_image,
@@ -296,7 +296,7 @@ void
uxa_add_traps(PicturePtr pPicture,
INT16 x_off, INT16 y_off, int ntrap, xTrap * traps);
-extern const GCOps uxa_ops;
+extern GCOps uxa_ops;
#ifdef RENDER
@@ -268,7 +268,7 @@ uxa_validate_gc(GCPtr pGC, unsigned long changes, DrawablePtr pDrawable)
}
set_ops:
- pGC->ops = (GCOps *) & uxa_ops;
+ pGC->ops = & uxa_ops;
}
static GCFuncs uxaGCFuncs = {