summaryrefslogtreecommitdiff
path: root/hw/xnest
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2010-05-20 10:46:43 -0700
committerKeith Packard <keithp@keithp.com>2010-05-20 14:36:29 -0700
commit5754e66044571d549c295b7c9e02ce3348dbe3c7 (patch)
treed394d8b40e579b0164c5f27ca6e0363f72b57fa5 /hw/xnest
parent5a7275d78a2f1c20ed5bb7b228cf370c4ada22c9 (diff)
Replace screen->rgf scratch GC flags with a bit in each GC.
This eliminates a poorly-named, poorly-documented field from the ScreenRec, using a previously-unused flag bit in each GC instead. Signed-off-by: Jamey Sharp <jamey@minilop.net> Cc: Keith Packard <keithp@keithp.com> Reviewed-by: Keith Packard <keithp@keithp.com> Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'hw/xnest')
-rw-r--r--hw/xnest/Screen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xnest/Screen.c b/hw/xnest/Screen.c
index 62255b883..0a05ac8da 100644
--- a/hw/xnest/Screen.c
+++ b/hw/xnest/Screen.c
@@ -243,7 +243,6 @@ xnestOpenScreen(int index, ScreenPtr pScreen, int argc, char *argv[])
pScreen->saveUnderSupport = NotUseful;
pScreen->whitePixel = xnestWhitePixel;
pScreen->blackPixel = xnestBlackPixel;
- /* rgf */
/* GCperDepth */
/* PixmapPerDepth */
pScreen->devPrivate = NULL;