CVSROOT: /cvs/directfb
Module name: DirectFB
Changes by: dok 20030802 21:35:41
Modified files:
include : directfb.h
src : directfb.c
src/input : idirectfbinputbuffer.c
Log message:
Added IDirectFBEventBuffer::WakeUp().
Wakes up any thread waiting for events in this buffer.
This method causes any WaitForEvent() or WaitForEventWithTimeout() call
to return with DFB_INTERRUPTED.
This method should be used rather than sending wake up messages which
may pollute the queue and consume lots of CPU and memory compared to
this 'single code line method'.
--
Info: To unsubscribe send a mail to [EMAIL PROTECTED] with
"unsubscribe directfb-cvs" as subject.