Query on DISPLAY

2005-07-04 Thread Kala B
there are multiple desktops. How do these GUI libraries work? thanks! Kala B. ___ Devel mailing list Devel@XFree86.Org http://XFree86.Org/mailman/listinfo/devel

Re: Xid - Pid establishment

2005-02-12 Thread Kala B
n Sat, 12 Feb 2005 16:17:33 +0530 Kala B <[EMAIL PROTECTED]> babbled: > > > Hi, > > > > I am trying to develop an application, which needs to know the owner ( > > process id ) of every window that is being created on the system. As, > > setting of _NET_WM_PID

Xid - Pid establishment

2005-02-12 Thread Kala B
Hi, I am trying to develop an application, which needs to know the owner ( process id ) of every window that is being created on the system. As, setting of _NET_WM_PID is not mandated for applications, is there some other way through which I could get to know the pid of a window? I am only inter

XEvIE specification

2005-01-05 Thread Kala B
Hi, Could anybody suggest where I could get the XEvIE extension specification from? The link in http://freedesktop.org/Software/XEvIE is broken, and I am unable to find it through google. Thanks in advance, Kala B. Yahoo

XGetInputFocus() does not work for GTK based applications

2004-07-27 Thread Kala B
Hi, The following code does not give me the correct window id for GTK based applications.   #include #include #include main(){    Window focus = 0;    int revet = 0;    Display *disp = XOpenDisplay(0);    assert(disp);    sleep(2);    XGetInputFocus(disp,&focus,&revert);    printf("Win id is %x\n"

XGetInputFocus is not working

2004-07-26 Thread Kala B
Hi, I have the following piece of code ( using libX11.so.6.2) in a function   { Window focusWin = 0; int reverToReturn = 0; Display *disp  =  XOpenDisplay(NULL); assert(disp); XGetInputFocus(disp, &focusWin, &reverToReturn); printf("Win is %x\n",focusWin);   }   The behaviour of the code when compi

How do I uniquely identify a window ?(other than window id)

2004-07-01 Thread Kala B
Hi, In XWindows, through which property of a window, do I uniquely identify it (other than window id) ? I am quite new to XWindows, so could somebody help me ? Thanks in advance.   As I understand, it is not necessary for X Clients to set WM_NAME property. So, through which property could I uniquel