Use fullscreen if the screen is not big enough to do a 1200x900 window.

The logic might need tweaking.
This commit is contained in:
Marco Pesenti Gritti
2007-01-16 01:21:15 +01:00
parent 31ce0dbf69
commit 0584ac7529
3 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ class XephyrProcess(Process):
if fullscreen:
cmd += '-fullscreen '
else:
cmd += '-screen 800x600 '
cmd += '-screen 1200x900'
Process.__init__(self, cmd)
def get_name(self):