Make HomeWindow a canvas. Modify screen resolution to

match what Walter said.
This commit is contained in:
Marco Pesenti Gritti
2006-08-15 12:20:09 +02:00
parent 621e43563f
commit a6ef49b731
2 changed files with 16 additions and 150 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ class XephyrProcess(Process):
class XnestProcess(Process):
def __init__(self):
self._display = get_display_number()
cmd = 'Xnest :%d -ac -geometry 640x480' % (self._display)
cmd = 'Xnest :%d -ac -geometry 693x520' % (self._display)
Process.__init__(self, cmd)
def get_name(self):