Ticket #2285: 2285.patch
File 2285.patch, 585 bytes (added by lfaraone, 13 years ago) |
---|
-
src/jarabe/util/emulator.py
old new 36 36 cmd = [ 'Xephyr' ] 37 37 cmd.append(':%d' % display) 38 38 cmd.append('-ac') 39 39 cmd.append('-title') 40 cmd.append('Sugar') 41 40 42 screen_size = (gtk.gdk.screen_width(), gtk.gdk.screen_height()) 41 43 42 44 if (not dimensions) and (fullscreen is None) and \