New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=2e956245f7e33d5849890d05e812256057b83fe5
commit 2e956245f7e33d5849890d05e812256057b83fe5
Author: Marek Pikarski <[email protected]>
Date:   Fri Apr 20 10:01:06 2012 +0200

    direct: support 
default-interface-implementation=interface_name/implementation_name in config
    
    Refactored DirectGetInterface(...) to respect default settings in 
directfbrc.
    Now it is possible to select e.g. a default ImageProvider by adding
    
    default-interface-implementation=IDirectFBImageProvider/IMLIB2
    
    to directfbrc. The IMLIB2 Provider will then be used prior to selecting PNG 
or JPEG provider.

 lib/direct/conf.c      |   48 +++++++++++++++++
 lib/direct/conf.h      |    3 +
 lib/direct/interface.c |  138 ++++++++++++++++++++++++++++++++---------------
 3 files changed, 145 insertions(+), 44 deletions(-)

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

Reply via email to