On 8/2/06, Denis Oliver Kropp <[EMAIL PROTECTED]> wrote:
> Mike Emmel wrote:
> > 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);
> > }
> >
>
> If the property "space" in the window object won't be used for anything
> else than these (public) window properties...
>

Thats the intended use of the core properties which are extended
public attributes
of the window. It really depends on the wm what it wants to do.

I agree now that we should by default store what were given for now.
Later we can filter.
If we don't store then GetProperty won't work as expected.

Mike

> --
> Best regards,
>    Denis Oliver Kropp
>
> .------------------------------------------.
> | DirectFB - Hardware accelerated graphics |
> | http://www.directfb.org/                 |
> "------------------------------------------"
>

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

Reply via email to