diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-11-10 23:37:28 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-11-10 23:37:28 +0000 |
| commit | 0e5307c51280792394948716d5e3ecef7d87c295 (patch) | |
| tree | 77b8945f594add538e4e4299f95a23016704d2a0 /lib/python | |
| parent | f86ab4565c7746aba49f0c606f8381bffb74f550 (diff) | |
| download | enigma2-0e5307c51280792394948716d5e3ecef7d87c295.tar.gz enigma2-0e5307c51280792394948716d5e3ecef7d87c295.zip | |
some small changes needed for build scroll support in eventview window
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/enigma_python.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index be71831c..7aa90812 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -43,9 +43,8 @@ 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/font.h> #include <lib/gdi/gpixmap.h> - #include <lib/gui/ewidget.h> #include <lib/gui/elabel.h> #include <lib/gui/einput.h> @@ -134,6 +133,7 @@ extern PSignal1<void,int> &keyPressedSignal(); %immutable eComponentScan::statusChanged; %immutable pNavigation::m_event; +%include <lib/gdi/font.h> %include <lib/gdi/epoint.h> %include <lib/gdi/erect.h> %include <lib/gdi/esize.h> |
