X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/05d902ffb1a0dfb03cbb69324ceb20439b73c977..99f2eac17b09061f69ac92bc4d06b2f3e5576e5a:/skin.py diff --git a/skin.py b/skin.py index b490f739..19da2036 100755 --- a/skin.py +++ b/skin.py @@ -284,8 +284,8 @@ def loadSingleSkinData(desktop, skin, path_prefix): else: bpp = 32 #print "Resolution:", xres,yres,bpp - from enigma import gFBDC - gFBDC.getInstance().setResolution(xres, yres) + from enigma import gMainDC + gMainDC.getInstance().setResolution(xres, yres) desktop.resize(eSize(xres, yres)) if bpp != 32: # load palette (not yet implemented)