diff options
Diffstat (limited to 'src/SelInput.c')
-rw-r--r-- | src/SelInput.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SelInput.c b/src/SelInput.c index c42a667..493d380 100644 --- a/src/SelInput.c +++ b/src/SelInput.c @@ -24,9 +24,11 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ +/* $XFree86: xc/lib/X11/SelInput.c,v 1.4 2001/12/14 19:54:05 dawes Exp $ */ #include "Xlibint.h" +int XSelectInput (dpy, w, mask) register Display *dpy; Window w; |