diff options
Diffstat (limited to 'include/globals.h')
-rw-r--r-- | include/globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/globals.h b/include/globals.h index a95096f81..607bc4805 100644 --- a/include/globals.h +++ b/include/globals.h @@ -20,7 +20,7 @@ extern int monitorResolution; extern int defaultColorVisualClass; extern Bool Must_have_memory; -extern WindowPtr *WindowTable; +extern WindowPtr WindowTable[MAXSCREENS]; extern int GrabInProgress; extern Bool noTestExtensions; |