New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=7decf9233c0c0b753bad72ace4959862e4d53027
commit 7decf9233c0c0b753bad72ace4959862e4d53027
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Fri Feb 22 21:43:31 2008 +0100

    [deinit] Fix crashes during shutdown by suspending the input core before 
shutting down anything.
    
    The input core is shutdown almost at last. Lots of shutdown happens before, 
which
    could collide with input threads doing fancy stuff like handling expose 
events :)
    
    With this change the input core is suspended before any other shutdown.
    This closes all input threads to avoid crashes or other misbehaviour.
    
    Made the input core allow shutdown during suspended state. Added debug 
messages, assertions...

 src/core/core.c  |    3 ++
 src/core/input.c |   60 ++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 50 insertions(+), 13 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=4f957b6ccbe0f108c448dad7572c885d34b94e2c
commit 4f957b6ccbe0f108c448dad7572c885d34b94e2c
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Fri Feb 22 20:37:46 2008 +0100

    [deinit] Fix deinitialization order in IDirectFB_Destruct().
    
    This fixes an assertion happening when drop_window() enables the
    cursor of the context that has been destroyed (unrefed) just before.

 src/idirectfb.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)


_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs

Reply via email to