diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-30 16:47:13 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-30 16:47:13 +0000 |
commit | a7b7247cc8911315ae5dbcf1a3beff899fb17725 (patch) | |
tree | 1cc20a4bd763bac53ce22ddfa56d14e767b753a1 | |
parent | b84215b2e12f95150537e38c403de3ba835f4d6c (diff) |
xfree86 merge
-rw-r--r-- | include/colormap.h | 41 | ||||
-rw-r--r-- | include/os.h | 6 |
2 files changed, 0 insertions, 47 deletions
diff --git a/include/colormap.h b/include/colormap.h index 0979912..561e5fa 100644 --- a/include/colormap.h +++ b/include/colormap.h @@ -199,47 +199,6 @@ extern Bool InitColors( void ); -extern void ReleaseCmap( -#if NeedFunctionPrototypes - ClientPtr /* client */, - ColormapPtr /* pmap */ -#endif -); - -extern int CreateColormap( -#if NeedFunctionPrototypes - ClientPtr /*client*/, - Colormap /*cmap*/, - VisualID /*visual*/ -#endif -); - -extern int FreeColormap( -#if NeedFunctionPrototypes - ClientPtr /*client*/, - Colormap /*cmap*/ -#endif -); - -extern int CreateVisual( -#if NeedFunctionPrototypes - int /*depth*/, - xVisualType * /*vis*/ -#endif -); - -extern LbxVisualPtr GetVisual( -#if NeedFunctionPrototypes - VisualID /*vid*/ -#endif -); - -extern Bool InitColors( -#if NeedFunctionPrototypes - void -#endif -); - extern RGBEntryPtr FindColorName( XServerPtr /*server*/, char * /*name*/, diff --git a/include/os.h b/include/os.h index 1800eef..2dca444 100644 --- a/include/os.h +++ b/include/os.h @@ -67,12 +67,6 @@ extern void CloseServerSockets( void ); -extern void CloseServerSockets( -#if NeedFunctionPrototypes - void -#endif -); - extern void CreateWellKnownSockets( void ); |