diff options
-rw-r--r-- | uxa/uxa-render.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uxa/uxa-render.c b/uxa/uxa-render.c index 3a3a7858..e70a8450 100644 --- a/uxa/uxa-render.c +++ b/uxa/uxa-render.c @@ -495,7 +495,7 @@ uxa_create_solid(ScreenPtr screen, uint32_t color) { PixmapPtr pixmap; PicturePtr picture; - uint32_t repeat = RepeatNormal; + XID repeat = RepeatNormal; int error = 0; pixmap = (*screen->CreatePixmap)(screen, 1, 1, 32, |