summaryrefslogtreecommitdiff
path: root/wsutils.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:29:23 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:29:23 +0000
commitf8547075b021b392855041018de02fdbf84b252c (patch)
treefe97adf1db553d2ad28cbc460afcae241149b9c4 /wsutils.h
parent5c3c7501aceec68da15fda13ab4efb0c5f82ef99 (diff)
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330
Diffstat (limited to 'wsutils.h')
-rw-r--r--wsutils.h14
1 files changed, 2 insertions, 12 deletions
diff --git a/wsutils.h b/wsutils.h
index df03815..ab4b211 100644
--- a/wsutils.h
+++ b/wsutils.h
@@ -34,6 +34,8 @@ other dealings in this Software without prior written authorization
from The Open Group.
------------------------------------------------------------------------ **/
+/* $XFree86: xc/programs/xwd/wsutils.h,v 1.3 2003/11/17 22:20:54 dawes Exp $ */
+
/******************************************************************************
*
* This file contains various typedef's, macros and procedure declarations for
@@ -129,7 +131,6 @@ typedef struct
******************************************************************************/
extern int GetXVisualInfo(
-#if NeedFunctionPrototypes
Display *display, /* Which X server (aka "display"). */
int screen, /* Which screen of the "display". */
int *transparentOverlays, /* Non-zero if there's at least one
@@ -148,7 +149,6 @@ extern int GetXVisualInfo(
int *numImageVisuals, /* Number of XVisualInfo's pointed
* to by pImageVisuals. */
XVisualInfo ***pImageVisuals /* The device's image visuals. */
-#endif
);
@@ -161,11 +161,9 @@ extern int GetXVisualInfo(
******************************************************************************/
extern void FreeXVisualInfo(
-#if NeedFunctionPrototypes
XVisualInfo *pVisuals,
OverlayInfo *pOverlayVisuals,
XVisualInfo **pImageVisuals
-#endif
);
@@ -190,7 +188,6 @@ extern void FreeXVisualInfo(
******************************************************************************/
extern int FindImagePlanesVisual(
-#if NeedFunctionPrototypes
Display *display, /* Which X server (aka "display"). */
int screen, /* Which screen of the "display". */
int numImageVisuals, /* Number of XVisualInfo's pointed
@@ -204,7 +201,6 @@ extern int FindImagePlanesVisual(
* "depthHint" is desired. */
Visual **pImageVisualToUse, /* The screen's image visual to use. */
int *depthObtained /* Actual depth of the visual. */
-#endif
);
@@ -238,7 +234,6 @@ extern int FindImagePlanesVisual(
******************************************************************************/
extern int FindOverlayPlanesVisual(
-#if NeedFunctionPrototypes
Display *display, /* Which X server (aka "display"). */
int screen, /* Which screen of the "display". */
int numOverlayVisuals, /* Number of OverlayInfo's pointed
@@ -255,7 +250,6 @@ extern int FindOverlayPlanesVisual(
int *depthObtained, /* Actual depth of the visual. */
int *transparentColor /* The transparent color the program
* can use with the visual. */
-#endif
);
@@ -279,7 +273,6 @@ extern int FindOverlayPlanesVisual(
******************************************************************************/
extern int CreateImagePlanesWindow(
-#if NeedFunctionPrototypes
Display *display, /* Which X server (aka "display"). */
int screen, /* Which screen of the "display". */
Window parentWindow, /* Window ID of the parent window for
@@ -298,7 +291,6 @@ extern int CreateImagePlanesWindow(
Colormap *imageColormap, /* The window's colormap. */
int *mustFreeImageColormap /* Non-zero if the program must call
* XFreeColormap() for imageColormap. */
-#endif
);
@@ -322,7 +314,6 @@ extern int CreateImagePlanesWindow(
******************************************************************************/
int CreateOverlayPlanesWindow(
-#if NeedFunctionPrototypes
Display *display, /* Which X server (aka "display"). */
int screen, /* Which screen of the "display". */
Window parentWindow, /* Window ID of the parent window for
@@ -346,5 +337,4 @@ int CreateOverlayPlanesWindow(
int *mustFreeOverlayColormap/* Non-zero if the program must call
* XFreeColormap() for
* overlayColormap. */
-#endif
);