define fonts in skinfile
[enigma2.git] / lib / python / enigma_python.i
index e16270b56444a4947993ea6f39fa764e524b5222..eee5ef0001920ee8a3adf6d5178330bb958bd2f2 100644 (file)
@@ -67,7 +67,6 @@ is usually caused by not marking PSignals as immutable.
 #include <lib/gui/elistboxcontent.h>
 #include <lib/service/listboxservice.h>
 #include <lib/components/scan.h>
-#include <lib/components/listboxepg.h>
 #include <lib/components/file_eraser.h>
 #include <lib/nav/pcore.h>
 #include <lib/actions/action.h>
@@ -182,7 +181,6 @@ typedef long time_t;
 %include <lib/gui/evideo.h>
 %include <lib/service/listboxservice.h>
 %include <lib/components/scan.h>
-%include <lib/components/listboxepg.h>
 %include <lib/components/file_eraser.h>
 %include <lib/nav/pcore.h>
 %include <lib/actions/action.h>
@@ -244,6 +242,14 @@ public:
        PyObject *get();
 };
 
+/************** temp *****************/
+
+       /* need a better place for this, i agree. */
+%{
+void addFont(const char *filename, const char *alias, int scale_factor, int is_replacement); 
+%}
+void addFont(const char *filename, const char *alias, int scale_factor, int is_replacement);
+
 /**************  debug  **************/
 
 void runMainloop();