aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/include/colormap.h
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/include/colormap.h')
-rw-r--r--xorg-server/include/colormap.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/xorg-server/include/colormap.h b/xorg-server/include/colormap.h
index a3467c93f..de48ce8d8 100644
--- a/xorg-server/include/colormap.h
+++ b/xorg-server/include/colormap.h
@@ -179,4 +179,9 @@ extern _X_EXPORT int IsMapInstalled(
Colormap /*map*/,
WindowPtr /*pWin*/);
+extern _X_EXPORT Bool ResizeVisualArray(
+ ScreenPtr /* pScreen */,
+ int /* new_vis_count */,
+ DepthPtr /* depth */);
+
#endif /* CMAP_H */