From 086a8e90ebab3acf857deb2a7e4ce2f02e27ea88 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 16 Feb 2007 10:39:41 +0000 Subject: Add a comment about 4:3. Patch by Joshua N Pritikin --- (limited to 'sugar-emulator') diff --git a/sugar-emulator b/sugar-emulator index 01c7b39..1567458 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 -- cgit v0.9.1