summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2016-09-24 19:40:52 -0400
committerAdam Jackson <ajax@redhat.com>2017-03-17 15:14:42 -0400
commit0803918e64262482035f042e5e1f2a571d3dea1b (patch)
tree2894c10d1690af5541b185dc9798ac5f6a78a7a9 /include
parente33be78e2ab63abc84aa0baddff90bcefa9c183a (diff)
fb: Remove 24bpp support (v3)
v2: - Require power-of-two bpp in ScreenInit - Eliminate fbCreatePixmapBpp v3 - Squash in the exa and glamor changes so we can remove pRotatedPixmap in the same stroke. Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/gcstruct.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/gcstruct.h b/include/gcstruct.h
index e48d61045..cb1b56655 100644
--- a/include/gcstruct.h
+++ b/include/gcstruct.h
@@ -278,14 +278,7 @@ typedef struct _GC {
const GCFuncs *funcs;
const GCOps *ops;
PrivateRec *devPrivates;
- /*
- * The following were moved here from private storage to allow device-
- * independent access to them from screen wrappers.
- * --- 1997.11.03 Marc Aurele La France (tsi@xfree86.org)
- */
- PixmapPtr pRotatedPixmap; /* tile/stipple rotated for alignment */
RegionPtr pCompositeClip;
- /* fExpose & freeCompClip defined above */
} GC;
#endif /* GCSTRUCT_H */