Displaying 1 result from an estimated 1 matches for "xc_arrow".
Did you mean:
scarrow
2010 Oct 19
1
X11 Cursor's in Wine Applications
...)
@@ -961,14 +963,19 @@
/* set the same cursor for all top-level windows of the current thread
*/
wine_tsx11_lock();
- cursor = create_cursor( data->display, lpCursor );
+
+ //cursor = create_cursor( data->display, lpCursor );
+ cursor = XCreateFontCursor(data->display, XC_arrow);
+
+
What I'm looking todo is make it so wine uses the X11 cursor, but hides it
like the normal WINE cursor when the program defines it's own cursor (IE
WoW.exe). Is this possible?
--
Sincerely,
MacNean C. Tyrrell
-------------- next part --------------
An HTML attachment was scrubbed...