diff --git a/sugar-emulator b/sugar-emulator index 01c7b393..15674588 100755 --- a/sugar-emulator +++ b/sugar-emulator @@ -42,6 +42,8 @@ if len(sys.argv) == 1: else: program = sys.argv[1] +# Various things in sugar currently depend on the screen size being in +# a width:height porportion of 4:3. width = height = -1 if gtk.gdk.screen_width() / 4 * 3 == gtk.gdk.screen_height(): fullscreen = (gtk.gdk.screen_width() <= 1200 or