Can you show me how to be and administrative process I don't know about that.
Its the wm so it fits the bill also since its loaded as a shared lib
its the root process.

Also I did not get any feedack from you on the insets design I posted
earlier. I've found it very useful so far.

Mike


On 6/10/06, Denis Oliver Kropp <[EMAIL PROTECTED]> wrote:
> Mike Emmel wrote:
> > static DFBResult
> > IDirectFBDisplayLayer_GetWindow( IDirectFBDisplayLayer  *thiz,
> >                                  DFBWindowID             id,
> >                                  IDirectFBWindow       **window )
> > {
> >      CoreWindow *w;
> >
> >      DIRECT_INTERFACE_GET_DATA(IDirectFBDisplayLayer)
> >
> >      if (!window)
> >           return DFB_INVARG;
> >
> >      if (data->level == DLSCL_SHARED)
> >           return DFB_ACCESSDENIED;
> >
> >
> >
> > Why if its shared do we automatically return access denied ?
>
> This was supposed to be limited to an "administrative" process,
> but change it if you like.
>
> --
> 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