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 /include/property.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 'include/property.h')
-rw-r--r-- | include/property.h | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/include/property.h b/include/property.h index c77b0735e..66103bc8e 100644 --- a/include/property.h +++ b/include/property.h @@ -45,7 +45,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ -/* $XFree86: xc/programs/Xserver/include/property.h,v 1.3 2001/12/14 19:59:55 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/include/property.h,v 1.4 2003/04/27 21:31:04 herrb Exp $ */ #ifndef PROPERTY_H #define PROPERTY_H @@ -55,7 +55,6 @@ SOFTWARE. typedef struct _Property *PropertyPtr; extern int ChangeWindowProperty( -#if NeedFunctionPrototypes WindowPtr /*pWin*/, Atom /*property*/, Atom /*type*/, @@ -63,21 +62,13 @@ extern int ChangeWindowProperty( int /*mode*/, unsigned long /*len*/, pointer /*value*/, - Bool /*sendevent*/ -#endif -); + Bool /*sendevent*/); extern int DeleteProperty( -#if NeedFunctionPrototypes WindowPtr /*pWin*/, - Atom /*propName*/ -#endif -); + Atom /*propName*/); extern void DeleteAllWindowProperties( -#if NeedFunctionPrototypes - WindowPtr /*pWin*/ -#endif -); + WindowPtr /*pWin*/); #endif /* PROPERTY_H */ |