libXaw: Changes to 'master'

Julien Cristau jcristau at kemper.freedesktop.org
Tue Aug 25 10:49:01 PDT 2009


 src/Tip.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b512bfc3fb5c489f4e1ef6529f7632bd70b9f461
Author: Bernhard R. Link <brlink at debian.org>
Date:   Fri Aug 18 16:29:10 2006 +0200

    Xaw's tooltips remove timers not belonging to them
    
    Xaw's Tips.c registers and releases timers for tooltips to show,
    but does not remember a timer already triggered. Thus it releases
    timers no longer belonging to it but to other users of Xt Timeouts
    within the same program. (This even happens very often, as Xt reuses
    old TimeEventRecs, so the next one adding a timeout will get exactly
    this number.)
    
    Section 7.1.3 of Intrinsic.txt.gz says:
    
    | Note that timeouts are automatically removed once they trig-
    | ger.
    
    src/Repeater.c correctly forgets the timer when it is triggered, but
    src/StripChart.c does very strange things with Xt Timeouts, which
    very likely will have similar problems.
    
    X.Org bug#9936 <http://bugs.freedesktop.org/show_bug.cgi?id=9936>



More information about the xorg-commit mailing list