summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Gettys <jg@freedesktop.org>2004-12-02 16:18:16 +0000
committerJim Gettys <jg@freedesktop.org>2004-12-02 16:18:16 +0000
commitd5e7ab194103e22fd6c5094aaa107d90210bb600 (patch)
tree0771d55d55f2d9feb035fba9b534f629baaa7198
parent03940d7330cb1bbf93d49c650aefb19de457da7c (diff)
downloadxorg-lib-libX11-d5e7ab194103e22fd6c5094aaa107d90210bb600.tar.gz
fix comment to indicate additional possible mode. i bug 1756 reported by Owen Taylor.
-rw-r--r--include/X11/Xlib.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/X11/Xlib.h b/include/X11/Xlib.h
index 09059f69..62299b8d 100644
--- a/include/X11/Xlib.h
+++ b/include/X11/Xlib.h
@@ -1,4 +1,4 @@
-/* $XdotOrg: lib/X11/include/X11/Xlib.h,v 1.2 2004-04-23 18:43:24 eich Exp $ */
+/* $XdotOrg: lib/X11/include/X11/Xlib.h,v 1.3 2004-12-02 16:18:16 jg Exp $ */
/* $Xorg: Xlib.h,v 1.6 2001/02/09 02:03:38 xorgcvs Exp $ */
/*
@@ -671,7 +671,8 @@ typedef struct {
Bool send_event; /* true if this came from a SendEvent request */
Display *display; /* Display the event was read from */
Window window; /* window of event */
- int mode; /* NotifyNormal, NotifyGrab, NotifyUngrab */
+ int mode; /* NotifyNormal, NotifyWhileGrabbed,
+ NotifyGrab, NotifyUngrab */
int detail;
/*
* NotifyAncestor, NotifyVirtual, NotifyInferior,