summaryrefslogtreecommitdiff
path: root/hw/xnest/Display.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xnest/Display.c')
-rw-r--r--hw/xnest/Display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xnest/Display.c b/hw/xnest/Display.c
index 57f3a688f..1ec0609d9 100644
--- a/hw/xnest/Display.c
+++ b/hw/xnest/Display.c
@@ -39,7 +39,7 @@ XVisualInfo *xnestVisuals;
int xnestNumVisuals;
int xnestDefaultVisualIndex;
Colormap *xnestDefaultColormaps;
-int xnestNumDefaultColormaps;
+static int xnestNumDefaultColormaps;
int *xnestDepths;
int xnestNumDepths;
XPixmapFormatValues *xnestPixmapFormats;