New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=4e7313e6e15d9a00203a864532b43618460a1683
commit 4e7313e6e15d9a00203a864532b43618460a1683
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date: Mon Jun 2 11:12:11 2008 +0200
[x11] Use XNextEvent() again instead of usleep() based polling after fixes.
Pull up to 100 events per round, i.e. until accumulated motion events
are flushed and thread exit status is checked.
Send ClientMessage to wake up thread from blocking XNextEvent().
NOTE: Assuming XNextEvent() is thread safe by itself and does not require
to use XLock/UnlockDisplay(), because using it blocks all other threads
while XNextEvent() is blocking...
systems/x11/x11input.c | 38 +++++++++++++++++++++++++++++++-------
1 files changed, 31 insertions(+), 7 deletions(-)
_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs