diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:01 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:01 +0000 |
commit | adc7f9a4ebdfe11d4cd6de9388b63dfe36450b39 (patch) | |
tree | 23eb7becc5360b2cbe16aa8d45529880067f3989 /hw/xnest/Visual.h | |
parent | 90f1536dd315cd265bfc7ef35058761a65a01734 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16
Diffstat (limited to 'hw/xnest/Visual.h')
-rw-r--r-- | hw/xnest/Visual.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/hw/xnest/Visual.h b/hw/xnest/Visual.h index 818393178..14e0085dc 100644 --- a/hw/xnest/Visual.h +++ b/hw/xnest/Visual.h @@ -12,13 +12,14 @@ the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. */ +/* $XFree86: xc/programs/Xserver/hw/xnest/Visual.h,v 1.2 2003/11/16 05:05:20 dawes Exp $ */ #ifndef XNESTVISUAL_H #define XNESTVISUAL_H -Visual *xnestVisual(); -Visual *xnestVisualFromID(); -Colormap xnestDefaultVisualColormap(); +Visual *xnestVisual(VisualPtr pVisual); +Visual *xnestVisualFromID(ScreenPtr pScreen, VisualID visual); +Colormap xnestDefaultVisualColormap(Visual *visual); #define xnestDefaultVisual(pScreen) \ xnestVisualFromID((pScreen), (pScreen)->rootVisual) |