search for: spi_setcursor

Displaying 2 results from an estimated 2 matches for "spi_setcursor".

Did you mean: spi_setcursors
2011 Jan 14
1
Change/Hide Mouse cursor in Wine app
I'm running a windows app on wine under Ubuntu Linux, i've changed the mouse cursore theme in ubuntu but this change isn't reflected on wine app . Is there a way to change the default mouse pointer theme in a wine app ? Is there a way to hide the mouse cursor in a wine app ?
2011 Aug 18
0
Re: Change/Hide Mouse cursor in Wine app
Is there a way to change the default mouse pointer theme in a wine app ? No, Wine always uses it's own pointer icon(s). The code that deals with user set cursors is not implemented (SPI_SETCURSORS). aleroot wrote: Is there a way to hide the mouse cursor in a wine app ? Not by the user. Applications have to do it.