summaryrefslogtreecommitdiff
path: root/src/SetHints.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:26:57 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:26:57 +0000
commitac8f15d8622a23dd57928f1c40da5ecafbb31492 (patch)
treeb465a0b386ce699c33c736b3a341a183901f7f17 /src/SetHints.c
parent917de4a98eeb9a7eafeab7ddd8e1b1ae6aae6514 (diff)
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16
Diffstat (limited to 'src/SetHints.c')
-rw-r--r--src/SetHints.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/SetHints.c b/src/SetHints.c
index 68fe5b6f..f6f25a7e 100644
--- a/src/SetHints.c
+++ b/src/SetHints.c
@@ -46,7 +46,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86: xc/lib/X11/SetHints.c,v 1.4 2001/12/14 19:54:06 dawes Exp $ */
+/* $XFree86: xc/lib/X11/SetHints.c,v 1.5 2003/11/17 22:20:08 dawes Exp $ */
#include <X11/Xlibint.h>
#include <X11/Xutil.h>
@@ -219,7 +219,6 @@ XSetCommand (dpy, w, argv, argc)
*/
int
-#if NeedFunctionPrototypes
XSetStandardProperties (
Display *dpy,
Window w, /* window to decorate */
@@ -229,17 +228,6 @@ XSetStandardProperties (
char **argv, /* command to be used to restart application */
int argc, /* count of arguments */
XSizeHints *hints) /* size hints for window in its normal state */
-#else
-XSetStandardProperties (dpy, w, name, icon_string, icon_pixmap, argv, argc, hints)
- Display *dpy;
- Window w; /* window to decorate */
- char *name; /* name of application */
- char *icon_string; /* name string for icon */
- Pixmap icon_pixmap; /* pixmap to use as icon, or None */
- char **argv; /* command to be used to restart application */
- int argc; /* count of arguments */
- XSizeHints *hints; /* size hints for window in its normal state */
-#endif
{
XWMHints phints;
phints.flags = 0;