Even if I call TestConfiguration function before I call
SetConfiguration  I get the error from TestConfiguration.

dfb->GetDisplayLayer( dfb, 0, &videolayer );

ret = videolayer->SetCooperativeLevel( videolayer, DLSCL_EXCLUSIVE );

 videolayer->TestConfiguration(videolayer, &dlc, &errorFlags);



On Wed, Aug 1, 2012 at 3:53 PM, egor.zhuk <egor.z...@promwad.com> wrote:
> On Wed, 01 Aug 2012 15:20:03 +0300, Alla N <alla...@gmail.com> wrote:
>
>> Egor,
>>
>> I get the DFB_BUSY error, what does it mean?
>
>
> According the documentation, SetConfiguration function may be used only in
> exclusive or administrative mode. Check your display layer cooperative
> level, maybe it must be changed to DLSCL_EXCLUSIVE or DLSCL_ADMINISTRATIVE,
> depending on your purposes.
>
> --
> BR,
> Egor Zhuk
_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to