On Wed, Aug 22, 2007 at 08:12:14AM +0300, Damyan Ivanov wrote: > - -=| Jens Seidel, 22.08.2007 05:37 |=- > > On Tue, 21 Aug 2007 22:24:29 +0300, Damyan Ivanov wrote: > >> The only glitch is that the mouse pointer is replaced with a rectangular > >> frame. See attached image. > > > > That's from the original code. I agree it's not nice but it's also no > > problem for me. I will probably not change it. > > In -2 there was a cute arrow for mouse pointer, no? How could this be > caused by the original code?
Sometimes the mouse cursor vanished at all. I found it: The old font I removed had a special character containing a mouse cursor image at 0x7F. A proper font does not display anything for this character as is is a special escape sequence (DEL). I activated the normal mouse cursor instead ... Jens _______________________________________________ Pkg-games-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-devel

