summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2016-12-09 14:52:28 -0500
committerAdam Jackson <ajax@redhat.com>2016-12-12 14:09:59 -0500
commite900a00f8dc5a1db63bafddd4ad1cde744975db1 (patch)
tree55929ca47e1bbbc92395c50ff61f1972b2452669 /include
parent8b335d9068fe4e1f1423a4d86c22b69ffcb819a5 (diff)
dix: Rename (and retype) PixmapPerDepth[1] to defaultStipple
Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'include')
-rw-r--r--include/scrnintstr.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/include/scrnintstr.h b/include/scrnintstr.h
index f898392fe..f174549c4 100644
--- a/include/scrnintstr.h
+++ b/include/scrnintstr.h
@@ -504,14 +504,12 @@ typedef struct _Screen {
char backingStoreSupport, saveUnderSupport;
unsigned long whitePixel, blackPixel;
GCPtr GCperDepth[MAXFORMATS + 1];
- /* next field is a stipple to use as default in
- a GC. we don't build default tiles of all depths
- because they are likely to be of a color
- different from the default fg pixel, so
- we don't win anything by building
- a standard one.
+ /* next field is a stipple to use as default in a GC. we don't build
+ * default tiles of all depths because they are likely to be of a color
+ * different from the default fg pixel, so we don't win anything by
+ * building a standard one.
*/
- PixmapPtr PixmapPerDepth[1];
+ PixmapPtr defaultStipple;
void *devPrivate;
short numVisuals;
VisualPtr visuals;