diff options
Diffstat (limited to 'xorg-server/include/pixmapstr.h')
| -rw-r--r-- | xorg-server/include/pixmapstr.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/xorg-server/include/pixmapstr.h b/xorg-server/include/pixmapstr.h index 702faf0ac..8002b170a 100644 --- a/xorg-server/include/pixmapstr.h +++ b/xorg-server/include/pixmapstr.h @@ -76,10 +76,8 @@ typedef struct _Pixmap {      int			refcnt;      int			devKind; /* This is the pitch of the pixmap, typically width*bpp/8. */      DevUnion		devPrivate; /* When !NULL, devPrivate.ptr points to the raw pixel data. */ -#ifdef COMPOSITE      short		screen_x;      short		screen_y; -#endif      unsigned		usage_hint; /* see CREATE_PIXMAP_USAGE_* */  } PixmapRec; | 
