Bug 5593 - X client receives ungrabbed events
Summary: X client receives ungrabbed events
Status: RESOLVED DUPLICATE of bug 5592
Alias: None
Product: xorg
Classification: Unclassified
Component: * Other (show other bugs)
Version: 6.8.2
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-14 02:30 UTC by Marvin Raaijmakers
Modified: 2006-01-14 08:55 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Marvin Raaijmakers 2006-01-14 02:30:32 UTC
I wrote a program that connects to the X server and grabs a number of keys using
XGrabKey(). In an infinite while loop events are retrieved by XNextEvent(). The
client has no window. So the client should only receive those key events that
where specified in the XGrabKey() calls. The client however also receives key
events sent by XTestFakeKey() that are not grabbed.
The XTestFakeKey() function is called within the same program, but a different
connection to the X server is used for this function.
Comment 1 Adam Jackson 2006-01-15 03:55:21 UTC

*** This bug has been marked as a duplicate of 5592 ***


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.