RE: XGetInputFocus not working

2009-04-21 Thread VARADHARAJAN RAVINDRANATH
point where am I getting wrong ?? Thanks Regards, R.Varadharajan. -Original Message- From: Peter Hutterer [mailto:peter.hutte...@who-t.net] Sent: Tuesday, April 21, 2009 10:17 AM To: VARADHARAJAN RAVINDRANATH Cc: xorg@lists.freedesktop.org Subject: Re: XGetInputFocus not working On Tue

RE: XGetInputFocus not working

2009-04-21 Thread VARADHARAJAN RAVINDRANATH
[mailto:peter.hutte...@who-t.net] Sent: Tuesday, April 21, 2009 12:25 PM To: VARADHARAJAN RAVINDRANATH Cc: xorg@lists.freedesktop.org Subject: Re: XGetInputFocus not working On Tue, Apr 21, 2009 at 08:10:16AM +0200, VARADHARAJAN RAVINDRANATH wrote: Hi, Following is the code in the windows

XGetInputFocus not working

2009-04-20 Thread VARADHARAJAN RAVINDRANATH
Hi , I am developing an X11 windows manager with minimal functionality. Here, I need to find the focus window. I used XGetInputFocus API, this always returns 64 as window ID and never the actual Window ID of the focused window. Can anyone help ?? Thanks in advance... Regards, R.Varadharajan.

How to Grab Key Events

2009-04-13 Thread VARADHARAJAN RAVINDRANATH
Hi , I am a newbie in Xorg. I have a requirement wherein I need to grab the key events in my X11 application even though it does not have focus. This application in turn will do some manipulation in the received key and will send the updated key press event to other X11 clients using