Dear all, I am porting an application from Windows to Linux. In the application at some point of time i require the cordinates of mouse pointer. (Application developer of windows has achieved this by concept of "Mouse Hooking"). After doing some research and study i think the blow API shud serve the purpose. Cud any one who has een developing/workin g on XFree, gimme some pointers and some guidelines.... Bool XQueryPointer(Display *display, Window w, Window *root_return, Window *child_return, int *root_x_return, int *root_y_return, int *win_x_return, int *win_y_return, unsigned int *mask_return); Reference: http://www.xfree86.org/4.4.0/XQueryPointer.3.html Regards, Vishal. _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86