CVSROOT: /cvs/directfb
Module name: DirectFB
Changes by: dok 20021122 22:18:01
Modified files:
. : TODO
src/core : input.c layers.c layers.h palette.c palette.h
surfaces.c surfaces.h windows.c
src/core/fbdev : fbdev.c
src/core/fusion: object.c object.h reactor.c reactor.h
src/core/fusion/shmalloc: shmalloc.c
tools : fusion_bench.c
Log message:
Implemented the ability to attach "global reactions" to a reactor.
A global reaction will always be called directly by reactor_dispatch().
Global reactions can be attached/detached by any process. Global reactions
don't die if the process that attached it exits.
Made layer_surface_listener, layer_bgsurface_listener and
surface_palette_listener global reactions.
Removed layer palette workaround removal TODO.
--
Info: To unsubscribe send a mail to [EMAIL PROTECTED] with
"unsubscribe directfb-cvs" as subject.