Re: xorg mirror

2017-02-14 Thread Standalone Admin
Hi just checking if you got the email? Please let me know if anything needs to be changed/fixed. Thanks, Sam On 2/6/2017 4:39 PM, Standalone Admin wrote: Hi We have hosted xorg mirror on our server in France, please include it in your mirrors list. Following are mirror details. HTTP Mir

Have keyboard events "bypass" grabbed pointer

2017-02-14 Thread Lukas Barth
Hi everyone, I'm trying to patch an application that uses xcb_grab_keyboard at the root window to grab all key presses (i.e., a screen locker). What I want to achieve is that certain key press events (e.g. some media keys) are nonetheless being passed to the root window (i.e., my window manager)

Re: Have keyboard events "bypass" grabbed pointer

2017-02-14 Thread Thomas Lübking
grab synchronously and conditionally xcb_allow_events (for acceptable keys) Notice that in case the locker does not yet grab synchronously, you may screw input processing and may have to kill/disconnect the locker (and then fix the dead lock condition) during development. Cheers, Thomas _