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
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-05-31 12:11:59 +0200
commitfe3fa5ef382d3475b1a2f62eac85f5b5847b9b5d (patch)
tree51b70d2e254ec1f7ea6b7e0a532c99b974856dc0 /nx-X11/programs/Xserver/include/colormap.h
parent035995a8c16e8867f209100330653b33de06f458 (diff)
downloadnx-libs-fe3fa5ef382d3475b1a2f62eac85f5b5847b9b5d.tar.gz
nx-libs-fe3fa5ef382d3475b1a2f62eac85f5b5847b9b5d.tar.bz2
nx-libs-fe3fa5ef382d3475b1a2f62eac85f5b5847b9b5d.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 */