diff options
author | Jim Gettys <jg@freedesktop.org> | 2004-12-02 16:18:16 +0000 |
---|---|---|
committer | Jim Gettys <jg@freedesktop.org> | 2004-12-02 16:18:16 +0000 |
commit | d5e7ab194103e22fd6c5094aaa107d90210bb600 (patch) | |
tree | 0771d55d55f2d9feb035fba9b534f629baaa7198 /include | |
parent | 03940d7330cb1bbf93d49c650aefb19de457da7c (diff) |
fix comment to indicate additional possible mode. i bug 1756 reported by Owen Taylor.
Diffstat (limited to 'include')
-rw-r--r-- | include/X11/Xlib.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/X11/Xlib.h b/include/X11/Xlib.h index 09059f6..62299b8 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, |