initial sms support
git-svn-id: http://www.neo1973-germany.de/svn@216 46df4e5c-bc4e-4628-a0fc-830ba316316d
This commit is contained in:
parent
a84012439a
commit
ebddff6450
1 changed files with 3 additions and 3 deletions
|
@ -559,9 +559,9 @@ class EvasCanvas(object):
|
|||
def __init__(self, fullscreen, engine_name):
|
||||
if engine_name == "x11":
|
||||
engine = ecore.evas.SoftwareX11
|
||||
elif engine_name == "x11-16":
|
||||
if ecore.evas.engine_type_supported_get("software_x11_16"):
|
||||
engine = ecore.evas.SoftwareX11_16
|
||||
# elif engine_name == "x11-16":
|
||||
# if ecore.evas.engine_type_supported_get("software_x11_16"):
|
||||
# engine = ecore.evas.SoftwareX11_16
|
||||
else:
|
||||
print "warning: x11-16 is not supported, falling back to x11"
|
||||
engine = ecore.evas.SoftwareX11
|
||||
|
|
Loading…
Reference in a new issue