New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=d82a8e129b09a38e6cc8f966bdd6e2baf2709303
commit d82a8e129b09a38e6cc8f966bdd6e2baf2709303
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Tue May 22 12:49:55 2007 +0200

    New layer configuration system, staying compatible with older options:
    
      init-layer=<id>                Initialize layer with ID (following layer- 
options apply)
      layer-size=<width>x<height>    Set the pixel resolution
      layer-format=<pixelformat>     Set the pixel format
      layer-depth=<pixeldepth>       Set the pixel depth
      layer-buffer-mode=(auto|triple|backvideo|backsystem|frontonly|windows)
      layer-bg-none                  Disable background clear
      layer-bg-color=AARRGGBB        Use background color (hex)
      layer-bg-image=<filename>      Use background image
      layer-bg-tile=<filename>       Use tiled background image
      layer-src-key=AARRGGBB         Enable color keying (hex)

 src/core/layer_region.c |   16 +-
 src/core/layers.c       |    8 +
 src/core/layers.h       |    2 +
 src/directfb.c          |  164 -----------------------
 src/idirectfb.c         |  198 ++++++++++++++++++++++++++++-
 src/idirectfb.h         |    6 +
 src/misc/conf.c         |  330 +++++++++++++++++++++++++++++++++--------------
 src/misc/conf.h         |   28 +++-
 8 files changed, 476 insertions(+), 276 deletions(-)


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

Reply via email to