diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-03-06 12:52:36 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-03-06 12:52:36 +0000 |
| commit | 4761063866d8e2112579e88d32e8c2a92af08e57 (patch) | |
| tree | 556471f65abae2fd7e190c99d646a742436258f2 /lib/python | |
| parent | 89d110df542204a384916db773acd2d19cb0542a (diff) | |
| download | enigma2-4761063866d8e2112579e88d32e8c2a92af08e57.tar.gz enigma2-4761063866d8e2112579e88d32e8c2a92af08e57.zip | |
add ability to lock/unlock the framebuffer (fix locking of lcd.. i hope)
use like this:
from enigma import fbClass, fbClassPtr (*)
fbClass.getInstance().lock() ... unlock() ... islocked()
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/enigma_python.i | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index 4572243a..36aeaa13 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -44,6 +44,7 @@ is usually caused by not marking PSignals as immutable. #include <lib/service/iservice.h> #include <lib/service/service.h> #include <lib/service/event.h> +#include <lib/gdi/fb.h> #include <lib/gdi/font.h> #include <lib/gdi/gpixmap.h> #include <lib/gui/ewidget.h> @@ -152,6 +153,7 @@ typedef long time_t; %include <lib/base/console.h> %include <lib/driver/rc.h> +%include <lib/gdi/fb.h> %include <lib/gdi/font.h> %include <lib/gdi/gpixmap.h> %include <lib/gdi/epoint.h> |
