CVSROOT: /cvs/directfb Module name: DirectFB Changes by: dok 20041107 12:06:02
Modified files:
wm/unique : context.c context.h internal.h unique.c
uniquewm.c window.c window.h
Log message:
Added global reactions to be notified, when a context or window is destroyed.
The reactions are in the wm module. Therefore wrapper functions had to be
added in the wm library, to avoid linking the library against the module.
The wrappers are using callbacks passed to the library during module init.
