From c99f0e780732a47b7d55f3fb7e60db9138d40e12 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 10 Nov 2006 15:00:39 +0000 Subject: [PATCH] Document another one of them debugging environment variable thingummies. SVN revision: 27034 --- xnest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/xnest.sh b/xnest.sh index 93602c28d..a0520a328 100755 --- a/xnest.sh +++ b/xnest.sh @@ -2,6 +2,7 @@ #export REDRAW_DEBUG=1 # To cause redraw- to happen slovly and obviously. #export ECORE_ERROR_ABORT=1 # To cause ecore to abort on errors. +#export EVAS_NOCLEAN=1 # To cause evas to not unload modules. main=$DISPLAY display=" -display :1"