Re: Cursor questions

2006-05-12 Thread H. Verbeet
On 12/05/06, Kuba Ober <[EMAIL PROTECTED]> wrote: Lying is one thing, another thing is that there might be some apps that actually read the cursor, modify the bitmap and use that modified bitmap for a new cursor. In that case we'd better make sure that we actually give the app the real image. Co

Re: Cursor questions

2006-05-12 Thread Kuba Ober
On Thursday 11 May 2006 15:53, Mike Hearn wrote: > On Tue, 09 May 2006 13:49:53 +0200, Stefan Dösinger wrote: > > I noticed that wine always uses it's own mouse cursor image looking like > > the standard windows cursor. Is there a reason why the X server mouse > > cursor isn't used? > > Doubtful ..

Re: Cursor questions

2006-05-11 Thread Mike Hearn
On Tue, 09 May 2006 13:49:53 +0200, Stefan Dösinger wrote: > I noticed that wine always uses it's own mouse cursor image looking like the > standard windows cursor. Is there a reason why the X server mouse cursor > isn't used? Doubtful ... I imagine the reason is that apps rely on the Win32 curs

Cursor questions

2006-05-09 Thread Stefan Dösinger
Hi, I noticed that wine always uses it's own mouse cursor image looking like the standard windows cursor. Is there a reason why the X server mouse cursor isn't used? It's only a minor cosmetic issue, but i have wondered what the reason for this is and if it can be fixed. C