summaryrefslogtreecommitdiff
path: root/render/picturestr.h
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2006-06-19 13:20:56 -0700
committerEric Anholt <anholt@FreeBSD.org>2006-06-19 15:11:55 -0700
commite1672a12eb70836a2ceec803d505294897ae8cd2 (patch)
treeb6fd535717c853ef99d7c385dc55681568b51ec9 /render/picturestr.h
parent9742d55c820a260a42a4537502295931d4529deb (diff)
Convert PICT_* names from #defines to an enum to aid in debugging.
Diffstat (limited to 'render/picturestr.h')
-rw-r--r--render/picturestr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/picturestr.h b/render/picturestr.h
index e81d769d5..1ea91201e 100644
--- a/render/picturestr.h
+++ b/render/picturestr.h
@@ -129,7 +129,7 @@ typedef union _SourcePict {
typedef struct _Picture {
DrawablePtr pDrawable;
PictFormatPtr pFormat;
- CARD32 format; /* PICT_FORMAT */
+ PictFormatShort format; /* PICT_FORMAT */
int refcnt;
CARD32 id;
PicturePtr pNext; /* chain on same drawable */