CVSROOT: /cvs/directfb
Module name: DirectFB
Changes by: dok 20020318 22:05:09
Modified files:
inputdrivers/dbox2remote: dbox2remote.c
inputdrivers/h3600_ts: h3600_ts.c
inputdrivers/joystick: joystick.c
inputdrivers/keyboard: keyboard.c
inputdrivers/lirc: lirc.c
inputdrivers/ps2mouse: ps2mouse.c
inputdrivers/serialmouse: serialmouse.c
inputdrivers/sonypi: sonypi.c
src/core : sig.h
Log message:
Added dfb_sig_block_all() which blocks all signals and should be called
at the beginning of each input thread. Otherwise signals may
arrive at the input thread which in turn (in signal handler) cancels
all input threads (including itself) during emergency shutdown.
--
Info: To unsubscribe send a mail to [EMAIL PROTECTED] with
"unsubscribe directfb-cvs" as subject.