From 4761063866d8e2112579e88d32e8c2a92af08e57 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 6 Mar 2006 12:52:36 +0000 Subject: 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() --- lib/python/enigma_python.i | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/python/enigma_python.i') 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 #include #include +#include #include #include #include @@ -152,6 +153,7 @@ typedef long time_t; %include %include +%include %include %include %include -- cgit v1.2.3