New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=53cf00af1df3a67baaee1fa555be9de4ab475a9d
commit 53cf00af1df3a67baaee1fa555be9de4ab475a9d
Author: Denis Oliver Kropp <[email protected]>
Date:   Tue Jun 21 10:37:58 2011 +0200

    SecureFusion: Add initial CoreLayer flux
    
    - Add CoreLayer flux, having CoreLayer_Lookup() just do dfb_layer_at()
    - Move CoreDFB::CreateLayerContext() to CoreLayer::CreateContext()
    - Add CoreLayerContext::SetConfiguration()
    - Add CoreLayer::ActivateContext()

 src/core/.gitignore                 |    2 +
 src/core/CoreDFB.flux               |   18 --------
 src/core/CoreDFB_includes.h         |   19 ++++++++
 src/core/CoreDFB_real.cpp           |   18 --------
 src/core/CoreLayer.flux             |   28 ++++++++++++
 src/core/CoreLayerContext.flux      |   11 +++++
 src/core/CoreLayerContext_real.cpp  |   12 +++++
 src/core/CoreLayer_includes.h       |   33 +++++++++++++++
 src/core/CoreLayer_real.cpp         |   78 +++++++++++++++++++++++++++++++++++
 src/core/Makefile.am                |    4 ++
 src/core/layers.c                   |    4 ++
 src/core/layers_internal.h          |    2 +
 src/display/idirectfbdisplaylayer.c |    6 ++-
 src/idirectfb.c                     |   11 +++--
 14 files changed, 203 insertions(+), 43 deletions(-)

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

Reply via email to