diff options
author | marha <marha@users.sourceforge.net> | 2009-09-17 06:23:51 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-09-17 06:23:51 +0000 |
commit | a10f507ac4aa4e12e9e8cf6e745aafd69648ad91 (patch) | |
tree | 7297a8cba5e42a39d0242b6b65bf57bfa6b97eca /X11/Xutil.h | |
parent | adda30e64c2a83d33dba7c7fe609b9b638ad2253 (diff) | |
download | vcxsrv-a10f507ac4aa4e12e9e8cf6e745aafd69648ad91.tar.gz vcxsrv-a10f507ac4aa4e12e9e8cf6e745aafd69648ad91.tar.bz2 vcxsrv-a10f507ac4aa4e12e9e8cf6e745aafd69648ad91.zip |
Made files the same that should be the same.
Added batch fiesl for checking that these files are the same.
Diffstat (limited to 'X11/Xutil.h')
-rw-r--r-- | X11/Xutil.h | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/X11/Xutil.h b/X11/Xutil.h index 9f2ef6304..9e37c35c6 100644 --- a/X11/Xutil.h +++ b/X11/Xutil.h @@ -29,13 +29,13 @@ Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL @@ -55,7 +55,7 @@ SOFTWARE. #include <X11/Xlib.h> #include <X11/keysym.h> -/* +/* * Bitmask returned by XParseGeometry(). Each bit tells if the corresponding * value (x, y, width, height) was found in the parsed string. */ @@ -151,7 +151,7 @@ IconPositionHint|IconMaskHint|WindowGroupHint) /* - * new structure for manipulating TEXT properties; used with WM_NAME, + * new structure for manipulating TEXT properties; used with WM_NAME, * WM_ICON_NAME, WM_CLIENT_MACHINE, and WM_COMMAND. */ typedef struct { @@ -262,16 +262,16 @@ typedef struct _XComposeStatus { || ((KeySym)(keysym) == XK_Num_Lock)) #endif /* - * opaque reference to Region data type + * opaque reference to Region data type */ -typedef struct _XRegion *Region; +typedef struct _XRegion *Region; /* Return values from XRectInRegion() */ - + #define RectangleOut 0 #define RectangleIn 1 #define RectanglePart 2 - + /* * Information used by the visual utility routines to find desired visual @@ -452,7 +452,7 @@ extern Status XGetStandardColormap( Display* /* display */, Window /* w */, XStandardColormap* /* colormap_return */, - Atom /* property */ + Atom /* property */ ); extern Status XGetTextProperty( @@ -477,7 +477,7 @@ extern Status XGetWMClientMachine( extern XWMHints *XGetWMHints( Display* /* display */, - Window /* w */ + Window /* w */ ); extern Status XGetWMIconName( @@ -496,7 +496,7 @@ extern Status XGetWMNormalHints( Display* /* display */, Window /* w */, XSizeHints* /* hints_return */, - long* /* supplied_return */ + long* /* supplied_return */ ); extern Status XGetWMSizeHints( @@ -584,7 +584,7 @@ extern int XSetIconSizes( Display* /* display */, Window /* w */, XIconSize* /* size_list */, - int /* count */ + int /* count */ ); extern int XSetNormalHints( |