aboutsummaryrefslogtreecommitdiff
path: root/mytest.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-04-15 18:00:24 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-04-15 18:00:24 +0000
commit44433f650cd3e5f9f66253b74d194fcb01578595 (patch)
treec67ea0df64ff9bfdd500abd4a641a7aae7450a84 /mytest.py
parent77c45c9d2cabd3c1dc028c41d26573ac62147a34 (diff)
downloadenigma2-44433f650cd3e5f9f66253b74d194fcb01578595.tar.gz
enigma2-44433f650cd3e5f9f66253b74d194fcb01578595.zip
- sdl is now default output
- added skinned window style - added background colors - some RGB color support (but still not how i like it) - some minor bugfixes
Diffstat (limited to 'mytest.py')
-rw-r--r--mytest.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/mytest.py b/mytest.py
index 74ac2736..1a4b0363 100644
--- a/mytest.py
+++ b/mytest.py
@@ -103,7 +103,7 @@ class Session:
gui.parent = dlg.instance
gui.create(dlg)
- applyGUIskin(dlg, None, dlg.skinName)
+ applyGUIskin(dlg, None, dlg.skinName, self.desktop)
return dlg
@@ -162,6 +162,8 @@ def runScreenTest():
import keymapparser
keymapparser.readKeymap()
+import skin
+skin.loadSkin()
# first, setup a screen
runScreenTest()