preserve $DISPLAY

This commit is contained in:
David Rose 2009-09-09 23:23:24 +00:00
parent 61a6522314
commit 205a478b9d

View File

@ -761,6 +761,9 @@ start_p3dpython(P3DInstance *inst) {
"TMP", "TEMP", "HOME", "USER",
#ifdef _WIN32
"SYSTEMROOT", "USERPROFILE", "COMSPEC", "PANDA_ROOT",
#endif
#ifdef HAVE_X11
"DISPLAY",
#endif
NULL
};