diff options
Diffstat (limited to 'xorg-server/include/pixmapstr.h')
-rw-r--r-- | xorg-server/include/pixmapstr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg-server/include/pixmapstr.h b/xorg-server/include/pixmapstr.h index 47dce91e1..19190e697 100644 --- a/xorg-server/include/pixmapstr.h +++ b/xorg-server/include/pixmapstr.h @@ -78,6 +78,7 @@ typedef struct _Pixmap { DevUnion devPrivate; /* When !NULL, devPrivate.ptr points to the raw pixel data. */
short screen_x;
short screen_y;
+ unsigned usage_hint; /* see CREATE_PIXMAP_USAGE_* */
} PixmapRec;
#endif /* PIXMAPSTRUCT_H */
|