New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=a9c5eed514e68c504db128e907260b01f48cdc72
commit a9c5eed514e68c504db128e907260b01f48cdc72
Author: Denis Oliver Kropp <[email protected]>
Date: Thu May 5 21:01:15 2011 +0200
Core: Add FusionCalls for CoreLayerContext and CoreWindowStack.
Initial function is CoreLayerContext_CreateWindow used to create a
window from slave. The call returns the id of the new window object
which is looked up and refed in the slave.
At the moment this is leaking a ref as the master created the object,
but we're going to remove the initial ref up in the object creation
and let the slave do the first ref up, otherwise call object destructor
after a timeout in case the slave does not pick up the new object.
src/core/layer_context.c | 121 +++++++++++++++++++++++++++++++++++++++++++
src/core/layer_context.h | 33 +++++++++---
src/core/layers_internal.h | 2 +
src/core/windows_internal.h | 2 +
src/core/windowstack.c | 26 +++++++++
src/core/windowstack.h | 9 +++
src/idirectfb.c | 2 +-
7 files changed, 187 insertions(+), 8 deletions(-)
_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs