Ok I know I can get X11 theme&#39;d cursor in wine with this code for mouse.c:<div><br></div><div><div>+#include &lt;X11/cursorfont.h&gt;</div><div> </div><div> /***********************************************************************</div>
<div>  *<span class="Apple-tab-span" style="white-space:pre">                </span>SetCursor (X11DRV.@)</div><div>@@ -961,14 +963,19 @@</div><div>     /* set the same cursor for all top-level windows of the current thread */</div><div>
 </div><div>     wine_tsx11_lock();</div><div>-    cursor = create_cursor( data-&gt;display, lpCursor );</div><div>+</div><div>+    //cursor = create_cursor( data-&gt;display, lpCursor );</div><div>+    cursor = XCreateFontCursor(data-&gt;display, XC_arrow);</div>
<div>+<span class="Apple-tab-span" style="white-space:pre">        </span></div><div>+</div><div><br></div><div>What I&#39;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&#39;s own cursor (IE WoW.exe).  Is this possible?</div>
<br>-- <br>Sincerely, <br><br>MacNean C. Tyrrell<br>
</div>