Prudhvi Raj wrote: > How do we get current cursor image (RGB or else) using X11/X-Windows?
XFixesCursorImage *XFixesGetCursorImage (Display *dpy); Unfortunately, the only documentation I'm aware of is the protocol spec, but the libXfixes API pretty much maps to that: http://www.x.org/releases/X11R7.5/doc/fixesproto/fixesproto.txt So *XFixesGetCursorImage() calls the GetCursorImage protocol request described there. -- -Alan Coopersmith- [email protected] Oracle Solaris Platform Engineering: X Window System _______________________________________________ [email protected]: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg Your subscription address: [email protected]
