Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/sugar-emulator
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sugar-emulator')
-rw-r--r--bin/sugar-emulator4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/sugar-emulator b/bin/sugar-emulator
index b0d2e59..8c0aa8e 100644
--- a/bin/sugar-emulator
+++ b/bin/sugar-emulator
@@ -31,8 +31,6 @@ def _run_xephyr(display, dpi, dimensions):
cmd.append(':%d' % display)
cmd.append('-ac')
- cmd.append('-fullscreen')
- '''
if dimensions is not None:
cmd.append('-screen')
cmd.append(dimensions)
@@ -41,7 +39,7 @@ def _run_xephyr(display, dpi, dimensions):
else:
cmd.append('-screen')
cmd.append('%dx%d' % (1200, 900))
- '''
+
if dpi is None:
dpi = gtk.settings_get_default().get_property('gtk-xft-dpi') / 1024
if dpi > 0: