New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=2089ff70b727b8bdbab33f3b03d62a246d506543
commit 2089ff70b727b8bdbab33f3b03d62a246d506543
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Mon Aug 13 17:37:23 2007 +0200

    Added universal resource id (unsigned long) that belongs to each surface,
    e.g. the layer id or window id. General purpose surfaces can be given an
    id by using the new flag DSDESC_RESOURCE_ID and setting the resource_id 
field.
    
    Fixed surface allocation for additional layers. Next to the flag CSTF_LAYER
    the resource id belonging to the surface needs to be DLID_PRIMARY.

 include/directfb.h                               |    9 ++++++++-
 interfaces/IDirectFBFont/idirectfbfont_default.c |    2 +-
 src/core/core.h                                  |    2 +-
 src/core/fonts.c                                 |    4 +++-
 src/core/layer_context.c                         |    7 +++++--
 src/core/surface.c                               |    6 +++++-
 src/core/surface.h                               |    3 +++
 src/core/windows.c                               |    8 ++++----
 src/core/windowstack.c                           |    4 +++-
 src/idirectfb.c                                  |   13 +++++++++----
 systems/fbdev/fbdev_surface_pool.c               |    2 +-
 tools/dfbdump.c                                  |    6 +++---
 wm/default/default.c                             |    1 +
 13 files changed, 47 insertions(+), 20 deletions(-)


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

Reply via email to