On Tue, 2009-09-01 at 20:37 +0300, Tiago Vignatti wrote: > On Tue, Sep 01, 2009 at 06:11:34PM +0200, ext Keith Packard wrote: > > > > 16KB of text space? Is that really an issue? > > The real issue is to not bother with cursors related code when I don't in > fact need... cursors!
Fair enough. I see a couple of options here:
1) more DDX entry points to handle animated cursors. Your DDX would
do nothing at all, others could move the animation into the kernel
or even hardware.
2) Full build-time 'no cursors' option which completely disables all
cursor images.
3) Specific build-time 'no animated cursors' option, this seems
sub-optimal as it leaves lots of cursor code still running.
We've been moving away from 2) as a maintenance headache, I'm starting
to wonder what level of build-time configurability we should have
though.
-keith
signature.asc
Description: This is a digitally signed message part
_______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
