Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-emulator
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-01-27 13:31:13 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-01-27 13:31:13 (GMT)
commit204aac8658020eb9a2b0014c17012abe6ae83ab9 (patch)
tree405140e20c7527306cb252a576fda925b5375970 /sugar-emulator
parent37c6c1e9fa9b42d7a65f2234eac61307352887c2 (diff)
Drop Xnest support. Start fullscreen if widht <= 900.
Diffstat (limited to 'sugar-emulator')
-rwxr-xr-xsugar-emulator2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar-emulator b/sugar-emulator
index aeb5443..4be7de5 100755
--- a/sugar-emulator
+++ b/sugar-emulator
@@ -78,7 +78,7 @@ if len(sys.argv) == 1:
else:
program = sys.argv[1]
-fullscreen = (gtk.gdk.screen_width() <= 1200 and
+fullscreen = (gtk.gdk.screen_width() <= 1200 or
gtk.gdk.screen_height() <= 900)
emulator = Emulator(fullscreen)