xmag: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Wed Aug 1 13:25:09 PDT 2007


 ChangeLog    |   34 ----------------------------------
 Makefile.am  |   10 ++++++++++
 configure.ac |    2 ++
 xmag.c       |   36 +++++++++++++++++++++++++++++++++---
 4 files changed, 45 insertions(+), 37 deletions(-)

New commits:
commit d990122dafcde5d22c8f1aa40e8f9dc213f79e17
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Wed Aug 1 13:22:35 2007 -0700

    Make fix for Sun bug 6359959 more portable - use nanosleep, poll or select

commit eb12c1f539cebbd7481711d1dc97e3e29b594389
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Tue Dec 13 00:00:00 2005 -0800

    Sun bug 6359959: xmag overconsumes CPU due to its selection box
    
    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6359959>
    
    The fix for Sun bug 1166559 changed the HLINTERVAL from 10 to 0.5 to fix
    a problem that the selection box wasn't being seen. The problem is that
    this parameter is used in an XtAppAddTimeOut(), and is supposed to be an
    unsigned long. Thus, the 0.5 presumably turns into a 0 ms timeout. Whatever
    effect that is being seen is due to seeing a rectangle drawn as fast as
    the poor little X server can do it.

commit a04689bccae3bd2df3812a8ed7fc0d675fdb05e9
Author: Derek Wang <derek.wang at sun.com>
Date:   Mon May 8 00:00:00 2000 -0700

    Sun bug 1166559: highlight of selection box not discernable on some configs
    
    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=1166559>
    
    1) On devices whose default visual is 24-bit TrueColor the selection area
       bounding box has no contrast with the background.  This is because a
       value of 1 is being xor'd in.  This won't provide enough contrast.  A
       value of 0xffffff would be better.
    
    2) On my machine (which is a dual 50-Mhz SS10) you can sort of see the
       bounding box on my GX if you look really, really close, but it's a faint
       flicker.  I believe what is happening is that the bounding box is being
       drawn and undrawn so fast you can hardly see it.

commit 80faa0025128c10662694e818747fd0a592bc108
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Fri Jun 1 16:40:07 2007 -0700

    Replace static ChangeLog with dist-hook to generate from git log



More information about the xorg-commit mailing list