On Mon, 2011-02-28 at 22:06 +0100, Maik Greubel wrote:
> From: "Denis Oliver Kropp" <[email protected]>
> Sent: Monday, February 28, 2011 10:45 AM
>
> > export DFBARGS=disable-module=keyboard
>
> You are right, this fixed that issue. Is it possible to deny the loading of
> a specific module from application source or should anyone, who wants to use
> it, create a directfbrc.$appname with the key-value pair to disable that
> specific module?
The following line of code should do the trick:
DirectFBSetOption ("disable-module", "keyboard");
You need to call this before calling DirectFBCreate() but after
DirectFBInit().
Sven
_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev