libXt: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Apr 28 17:52:33 UTC 2019


 src/Event.c |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 3b18eab505cfef9cc6135f39ee9608e1366edd26
Merge: 64b57b0 ba4ec93
Author: Walter Harms <wharms at bfs.de>
Date:   Sun Apr 28 17:31:32 2019 +0200

    Merge branch 'master' of ssh://gitlab.freedesktop.org/xorg/lib/libxt

commit 64b57b01feef4ddb85392eca013b756b2691106e
Author: Walter Harms <wharms at bfs.de>
Date:   Sun Apr 28 17:00:17 2019 +0200

    Fix input starvation in XtMainLoop() closes bug #7
    
    the function XtAppProcessEvent() can handle only one of
    XtIMXEvent | XtIMTimer | XtIMAlternateInput | XtIMSignal
    propperly. It returns after processing one type of input
    others are left unprocessed. putting enought input of one
    type, the later once will never processed.



More information about the xorg-commit mailing list