From 561b6c70648b585e36241c898f0b2dbba3cb2d24 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Tue, 27 Oct 2009 18:24:31 -0700 Subject: Apple: Export X11_PREFS_DOMAIN for children (quartz-wm) --- startx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startx.cpp b/startx.cpp index 443d63b..810fd23 100644 --- a/startx.cpp +++ b/startx.cpp @@ -83,7 +83,7 @@ serverargs="" #ifdef __APPLE__ if [ "x$X11_PREFS_DOMAIN" = x ] ; then - X11_PREFS_DOMAIN=LAUNCHD_ID_PREFIX".X11" + export X11_PREFS_DOMAIN=LAUNCHD_ID_PREFIX".X11" fi XCOMM Initialize defaults (this will cut down on "safe" error messages) -- cgit v1.2.3