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 ?
Change/Hide Mouse cursor in Wine app
Re: Change/Hide Mouse cursor in 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 change the default mouse pointer theme in a wine app ?
Not by the user. Applications have to do it.aleroot wrote:Is there a way to hide the mouse cursor in a wine app ?
Change/Hide Mouse cursor in Wine app
"vitamin" <[email protected]> writes:
--
Alexandre Julliard
[email protected]
That's no longer true. Wine does use the system theme now.aleroot wrote:No, Wine always uses it's own pointer icon(s). The code that deals with user set cursors is not implemented (SPI_SETCURSORS).Is there a way to change the default mouse pointer theme in a wine app ?
--
Alexandre Julliard
[email protected]
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.