Drop Xnest support. Start fullscreen if widht <= 900.

This commit is contained in:
Marco Pesenti Gritti
2007-01-27 14:31:13 +01:00
parent 37c6c1e9fa
commit 204aac8658
2 changed files with 3 additions and 22 deletions
+1 -1
View File
@@ -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)