Fix the emulator. Patch by Noah Kantrowitz.
This commit is contained in:
parent
bcec19eb1d
commit
ad0621fa82
@ -59,7 +59,8 @@ def _start_xephyr(width, height, dpi):
|
|||||||
cmd.append('-ac')
|
cmd.append('-ac')
|
||||||
|
|
||||||
if width > 0 and height > 0:
|
if width > 0 and height > 0:
|
||||||
cmd.append('-screen %dx%d' % (width, height))
|
cmd.append('-screen')
|
||||||
|
cmd.append('%dx%d' % (width, height))
|
||||||
else:
|
else:
|
||||||
cmd.append('-fullscreen')
|
cmd.append('-fullscreen')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user