diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-10 03:58:33 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-10 03:58:33 +0000 |
| commit | 72bb04e928b096869b458b9cf6ceb1bc636d600e (patch) | |
| tree | 20681b8fede11dcf5845a23e8d940d109cd69392 /lib/python/enigma_python.i | |
| parent | 547e6b6655c861f30c61bab5178639d4a9c57e7e (diff) | |
| download | enigma2-72bb04e928b096869b458b9cf6ceb1bc636d600e.tar.gz enigma2-72bb04e928b096869b458b9cf6ceb1bc636d600e.zip | |
add dvbci_ui public to python
Diffstat (limited to 'lib/python/enigma_python.i')
| -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 19e65041..b8a3c533 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -73,6 +73,7 @@ is usually caused by not marking PSignals as immutable. #include <lib/driver/avswitch.h> #include <lib/driver/rfmod.h> #include <lib/gdi/lcd.h> +#include <lib/dvb_ci/dvbci_ui.h> extern void runMainloop(); extern void quitMainloop(); @@ -161,6 +162,7 @@ extern PSignal1<void,int> &keyPressedSignal(); %include <lib/driver/avswitch.h> %include <lib/driver/rfmod.h> %include <lib/gdi/lcd.h> +%include <lib/dvb_ci/dvbci_ui.h> %include <lib/gdi/gpixmap.h> /************** eptr **************/ |
