This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] RE: Ghost cursors (was: RE: alt-tab: client window receives tab / pressing both...)


Okay - attached is a patch which does this.  I've tested it with and without
the
-nodecoration flag (the windows mouse pointer still appears when you're over
the 
windows title bar).  Added an entry to the man page as well.

The magic command line argument is -hidewindowspointerwheninactive.
Somebody might
be able to come up with a slightly nicer name ;)  

In InitOutput.c I've initialized the ScreenInfo member for it to false as
fFullScreen
is also initialized to false - however I don't think either of these are
needed as
ZeroMemory() is called on the structure which should do this for us.
Was this an oversight when adding fFullScreen or is it like this to aid
readability?


Stuart

> -----Original Message-----
> From: Harold Hunt [mailto:huntharo@msu.edu]
> Sent: 12 June 2002 17:53
> To: Cygwin XFree
> Subject: Ghost cursors (was: RE: alt-tab: client window receives tab /
> pressing both...)
> 
> 
> > > (sort of ghost cursors).....
> >
> > You know - this never bothered me until you mentioned it - 
> now I keep
> > seeing it and it's really annoying ;(  Are you / have you fixed this
> > or shall I? (I'm currently running Test 57).
> 
> However this gets fixed, just make sure that the behavior is 
> configurable
> via a command-line parameter and have the default be the 
> current behavior.
> 
> Harold
> 

Attachment: mousehide.patch
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]