New commits:
http://git.directfb.org/?p=extras/DFB++.git;a=commit;h=ae01e250a9ec9bf5b28949e1d9dc11953da5ee74
commit ae01e250a9ec9bf5b28949e1d9dc11953da5ee74
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Mon Jun 9 17:12:37 2008 +0200

    [IDirectFBWindow] Added missing wrappers:
    
    +     void                  SetProperty       (const char             *key,
    +                                              void                   
*value,
    +                                              void                  
**ret_old_value);
    +
    +     void                  GetProperty       (const char             *key,
    +                                              void                  
**ret_value);
    +
    +     void                  RemoveProperty    (const char             *key,
    +                                              void                  
**ret_value);
    +
    +     void                  Bind              (IDirectFBWindow        
*window,
    +                                              int                     x = 
0,
    +                                              int                     y = 
0);
    +
    +     void                  Unbind            (IDirectFBWindow        
*window);
    +
    +     void                  SetKeySelection   (DFBWindowKeySelection        
  selection,
    +                                              const 
DFBInputDeviceKeySymbol *keys     = NULL,
    +                                              unsigned int                 
  num_keys = 0);
    +
    +     void                  GrabUnselectedKeys();
    +     void                  UngrabUnselectedKeys();
    +
    +     void                  SetSrcGeometry    (const DFBWindowGeometry 
&geometry);
    +     void                  SetDstGeometry    (const DFBWindowGeometry 
&geometry);

 dfb++/idirectfbwindow.cpp |   59 +++++++++++++++++++++++++++++++++++++++++++++
 include/idirectfbwindow.h |   28 +++++++++++++++++++++
 2 files changed, 87 insertions(+), 0 deletions(-)


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

Reply via email to