From ab5aa90e1e05a89845c6e802ef1b2366d203aa45 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Wed, 30 Mar 2005 07:28:17 +0000 Subject: - default fonts handled in windowstyle - fixed 32bit ARGB support (drawLine) - add sdl (but currently disabled) - fixed /dev/vc/0 -> /dev/stdin for console input - added alignment to label - fixed skin parsing (getElementsByTagName didn't do what i expected) --- 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 096254f9..59133cc5 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -58,6 +58,7 @@ is usually caused by not marking PSignals as immutable. #include #include #include +#include extern void runMainloop(); extern void quitMainloop(); @@ -106,6 +107,7 @@ extern PSignal1 &keyPressedSignal(); %include %include %include +%include /************** eptr **************/ -- cgit v1.2.3