diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-03 12:59:13 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-03 12:59:13 +0000 |
commit | 42f51ca8ac9c0f97101006a1892350b599b579c3 (patch) | |
tree | dc092d06ac762491ec21f9e28e7b33edddb9c8e9 /lib/libX11/src/SetWMCMapW.c | |
parent | df8d13bc873527069d0e7b2396638af253b48763 (diff) |
update to libX11 1.2.1
Diffstat (limited to 'lib/libX11/src/SetWMCMapW.c')
-rw-r--r-- | lib/libX11/src/SetWMCMapW.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/lib/libX11/src/SetWMCMapW.c b/lib/libX11/src/SetWMCMapW.c index dd88061da..4375531b2 100644 --- a/lib/libX11/src/SetWMCMapW.c +++ b/lib/libX11/src/SetWMCMapW.c @@ -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 @@ -53,16 +53,16 @@ SOFTWARE. #include "Xlibint.h" #include <X11/Xatom.h> -/* - * XSetWMProtocols sets the property +/* + * XSetWMProtocols sets the property * WM_COLORMAP_WINDOWS type: WINDOW format:32 */ -Status XSetWMColormapWindows (dpy, w, windows, count) - Display *dpy; - Window w; - Window *windows; - int count; +Status XSetWMColormapWindows ( + Display *dpy, + Window w, + Window *windows, + int count) { Atom prop; |