On Mon, 2011-02-28 at 22:06 +0100, Maik Greubel wrote:
> From: "Denis Oliver Kropp" <d...@directfb.org>
> 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
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to