summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Brown <mark.brown@sun.com>2006-07-27 19:17:10 -0700
committerAlan Coopersmith <alanc@alf.(none)>2006-07-27 19:17:10 -0700
commit1ddc44c1cada7e926bd4787406444ce7c36b61e1 (patch)
treed833fadd023b3bc2ef5b6877fec12dc61523c6cf
parent171107b03ac89d94f9006c7cda242aeefb9ecd16 (diff)
Sun bug 1149809: Document event delivery when grab is terminated.
-rw-r--r--man/XGrabButton.man5
-rw-r--r--man/XGrabKey.man5
2 files changed, 8 insertions, 2 deletions
diff --git a/man/XGrabButton.man b/man/XGrabButton.man
index 4fe4649..03db7c8 100644
--- a/man/XGrabButton.man
+++ b/man/XGrabButton.man
@@ -220,7 +220,10 @@ The interpretation of the remaining arguments is as for
.ZN XGrabPointer .
The active grab is terminated automatically when the logical state of the
pointer has all buttons released
-(independent of the state of the logical modifier keys).
+(independent of the state of the logical modifier keys),
+at which point a
+.ZN ButtonRelease
+event is reported to the grabbing window.
.LP
Note that the logical state of a device (as seen by client applications)
may lag the physical state if device event processing is frozen.
diff --git a/man/XGrabKey.man b/man/XGrabKey.man
index fef62f4..bfe9270 100644
--- a/man/XGrabKey.man
+++ b/man/XGrabKey.man
@@ -207,7 +207,10 @@ The interpretation of the remaining arguments is as for
.ZN XGrabKeyboard .
The active grab is terminated automatically when the logical state of the
keyboard has the specified key released
-(independent of the logical state of the modifier keys).
+(independent of the logical state of the modifier keys),
+at which point a
+.ZN KeyRelease
+event is reported to the grabbing window.
.LP
Note that the logical state of a device (as seen by client applications)
may lag the physical state if device event processing is frozen.