I'll clean it up and send it to Ville till he approves its older code
I forgot to send it
in a patch. I did not change it since it  could get slaughtered.
I did not do a default impl since in general you would probably stuff
the info into a core
properties that I added before or not depending on the wm.

The default would be to just set the property on the core window  ?



static DFBResult
wm_set_window_property( CoreWindowStack *stack,
               void            *wm_data,
               void            *stack_data,
               CoreWindow      *window,
               void            *window_data,
               char            *key,
               void            *value,
               void            **old_value)
{
     return 
fusion_object_set_property((FusionObject*)window,key,value,old_value);
}

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

Reply via email to