From 62f3ef930adc7edd49b27dd1f7b0f51bc8bc0afa Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 9 Dec 2005 18:35:21 +0000 Subject: Bug #5258: Restore binary compatibility with 6.8.2's PictureRec. (Aaron Plattner) --- render/picturestr.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'render/picturestr.h') diff --git a/render/picturestr.h b/render/picturestr.h index 58b840c6d..ab6785c33 100644 --- a/render/picturestr.h +++ b/render/picturestr.h @@ -134,7 +134,7 @@ typedef struct _Picture { CARD32 id; PicturePtr pNext; /* chain on same drawable */ - unsigned int repeat : 2; + unsigned int repeat : 1; unsigned int graphicsExposures : 1; unsigned int subWindowMode : 1; unsigned int polyEdge : 1; @@ -142,7 +142,8 @@ typedef struct _Picture { unsigned int freeCompClip : 1; unsigned int clientClipType : 2; unsigned int componentAlpha : 1; - unsigned int unused : 22; + unsigned int repeatType : 2; + unsigned int unused : 21; PicturePtr alphaMap; DDXPointRec alphaOrigin; -- cgit v1.2.3