CVSROOT: /cvs/directfb
Module name: DirectFB
Changes by: dok 20040211 06:41:03
Modified files:
. : configure.in
interfaces/IDirectFBVideoProvider: idirectfbvideoprovider_v4l.c
src/core : core.c fonts.c state.c windows.c
src/core/fbdev : vt.c
src/core/fusion: lock.c lock.h property.c reactor.c ref.c
src/input : idirectfbinputbuffer.c
src/media : idirectfbdatabuffer_streamed.c
src/misc : debug.c
Log message:
Fixed segfault during destruction of input only windows,
e.g. when closing the context menu of an entry in gtk+-directfb.
Added utility function fusion_pthread_recursive_mutex_init() which
is used everywhere now instead of several pthread_mutexattr_*foo() calls.
Moved DWET_DESTROYED notification to the end of dfb_window_destroy().
Increased safety of single app core version of fusion_ref_down(),
i.e. move the reference watcher call into the locked code section.
Moved "-D_REENTRANT" from CFLAGS to CPPFLAGS.
Added "-D_GNU_SOURCE" to CPPFLAGS.
--
Info: To unsubscribe send a mail to [EMAIL PROTECTED] with
"unsubscribe directfb-cvs" as subject.