New commits:
http://git.directfb.org/?p=extras/SaWMan.git;a=commit;h=3888c9bb4a1e1b41fdbdb2263b464a9d18f09fbc
commit 3888c9bb4a1e1b41fdbdb2263b464a9d18f09fbc
Author: Denis Oliver Kropp <[email protected]>
Date:   Thu Jan 26 23:19:48 2012 +0100

    SaWMan: Fix dual source blit arguments for intersections of windows.

 src/sawman_draw.c |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

http://git.directfb.org/?p=extras/SaWMan.git;a=commit;h=ccd8e533a0d6c8c8f7e3b2be9656ff1541e6cbdf
commit ccd8e533a0d6c8c8f7e3b2be9656ff1541e6cbdf
Author: Denis Oliver Kropp <[email protected]>
Date:   Thu Jan 26 23:15:52 2012 +0100

    SaWMan: Revert to old behaviour for SaWManProcess ref counting.
    
    To fix a life cycle issue with SaWManWindow pointing to SaWManProcess
    we increased the ref count of SaWManProcess per SaWManWindow. So the
    SaWManProcess was only cleaned up when all the windows from that
    process were destroyed.
    
    The patch avoids this new behaviour and fixes the life cycle issue by
    not having a pointer to SaWManProcess, but keeping a copy of relevant
    values.

 src/isawmanmanager.c  |    6 +++++-
 src/sawman_internal.h |    6 +++++-
 wm/sawman/sawman_wm.c |    9 ++++-----
 3 files changed, 14 insertions(+), 7 deletions(-)

http://git.directfb.org/?p=extras/SaWMan.git;a=commit;h=9e3c3a9a905e6e922cce8c554326a2eb2f2bd6d8
commit 9e3c3a9a905e6e922cce8c554326a2eb2f2bd6d8
Author: Andreas Shimokawa <[email protected]>
Date:   Thu Jan 12 17:23:28 2012 +0100

    fix compilation issues from the last revert, make update-region-mode an 
option in sawmanrc, default is 2 which enables update_region_2()

 src/sawman_config.c  |   22 ++++++++++++++++++++++
 src/sawman_config.h  |    2 ++
 src/sawman_updates.c |   22 +++++++++++++++++++---
 3 files changed, 43 insertions(+), 3 deletions(-)

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

Reply via email to