aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/include/colormap.h
diff options
context:
space:
mode:
authorMihai Moldovan <ïonic@ionic.de>2016-04-09 19:38:12 +0000
committerMihai Moldovan <ïonic@ionic.de>2016-05-25 02:55:33 +0000
commitf7cff021e063021a5ff206f4cd6b7b160465f03e (patch)
tree76c8cdc545e931669127232a4b6052f328d3e51b /nx-X11/programs/Xserver/include/colormap.h
parentaba2a534f630f5b65a53e0ea7cdba17b77263f87 (diff)
downloadnx-libs-f7cff021e063021a5ff206f4cd6b7b160465f03e.tar.gz
nx-libs-f7cff021e063021a5ff206f4cd6b7b160465f03e.tar.bz2
nx-libs-f7cff021e063021a5ff206f4cd6b7b160465f03e.zip
nx-X11/programs/Xserver/{dix/{colormap.c,window.c},hw/nxagent/NXwindow.c,include/{colormap,window{,str}}.h}: backport features needed for Composite 0.4.
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 */