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