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