summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-07-16 14:19:04 -0400
committerAdam Jackson <ajax@redhat.com>2008-07-16 14:19:04 -0400
commita82e6efb7b9b2ab9a1597b002f375c5ee105e7f5 (patch)
tree8bd34562d7d633393552d726c38720dbab190ef3 /include
parent1a573e402ec112913a404f092b5b97d8d9210f94 (diff)
Remove the numVideoScreens xprintism.
This was to account for cases where you had video and print screens in the same server. Lunacy. Leave the slot in ScreenInfo, but rename it, and stop looking at it.
Diffstat (limited to 'include')
-rw-r--r--include/scrnintstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scrnintstr.h b/include/scrnintstr.h
index 6cf933304..5d4ddbbba 100644
--- a/include/scrnintstr.h
+++ b/include/scrnintstr.h
@@ -612,7 +612,7 @@ typedef struct _ScreenInfo {
int arraySize;
int numScreens;
ScreenPtr screens[MAXSCREENS];
- int numVideoScreens;
+ int unused;
} ScreenInfo;
extern ScreenInfo screenInfo;