[Esbox-commits] r1994 - trunk/org.maemo.esbox.maemosdk.core/conf

ilpyykko at garage.maemo.org ilpyykko at garage.maemo.org
Mon Aug 24 12:33:23 EEST 2009


Author: ilpyykko
Date: 2009-08-24 12:33:23 +0300 (Mon, 24 Aug 2009)
New Revision: 1994

Modified:
   trunk/org.maemo.esbox.maemosdk.core/conf/maemo_prefs.xml
Log:
Disabled SHM from OS X.

Modified: trunk/org.maemo.esbox.maemosdk.core/conf/maemo_prefs.xml
===================================================================
--- trunk/org.maemo.esbox.maemosdk.core/conf/maemo_prefs.xml	2009-08-21 20:43:18 UTC (rev 1993)
+++ trunk/org.maemo.esbox.maemosdk.core/conf/maemo_prefs.xml	2009-08-24 09:33:23 UTC (rev 1994)
@@ -7,7 +7,7 @@
 	
 	<!-- others commands -->	
 	<entry key="DISPLAY_X_COMMAND_UNIX">Xephyr ${DISPLAY} -host-cursor -dpi 96 -ac -screen ${RESOLUTION} ${PLATFORM_PARAMETERS}</entry>
-	<entry key="DISPLAY_X_COMMAND_OSX">Xephyr ${DISPLAY} -host-cursor -dpi 96 -ac -screen ${RESOLUTION} ${PLATFORM_PARAMETERS}</entry>
+	<entry key="DISPLAY_X_COMMAND_OSX">Xephyr ${DISPLAY} -host-cursor -dpi 96 -ac -extension MIT-SHM -screen ${RESOLUTION} ${PLATFORM_PARAMETERS}</entry>
 	<entry key="DISPLAY_X_COMMAND_WIN32">c:/cygwin/bin/Xwin ${DISPLAY} -lesspointer -swcursor -dpi 96 -ac -screen 0 ${RESOLUTION} ${PLATFORM_PARAMETERS}</entry>
 	<!-- this is initialized dynamically <entry key="DISPLAY_X_COMMAND"></entry> -->
 	



More information about the Esbox-commits mailing list