aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/include/colormap.h
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/programs/Xserver/include/colormap.h')
-rw-r--r--nx-X11/programs/Xserver/include/colormap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nx-X11/programs/Xserver/include/colormap.h b/nx-X11/programs/Xserver/include/colormap.h
index 67f44193d..bfc6667db 100644
--- a/nx-X11/programs/Xserver/include/colormap.h
+++ b/nx-X11/programs/Xserver/include/colormap.h
@@ -181,4 +181,8 @@ extern int IsMapInstalled(
Colormap /*map*/,
WindowPtr /*pWin*/);
+extern Bool ResizeVisualArray(ScreenPtr /* pScreen */ ,
+ int /* new_vis_count */ ,
+ DepthPtr /* depth */ );
+
#endif /* CMAP_H */