aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/winglobals.c
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-03-10 17:33:51 +0000
committermarha <marha@users.sourceforge.net>2010-03-10 17:33:51 +0000
commitc394f19a54ed3cc959a47cdde6dbb53f31a9fa87 (patch)
treec1c6196372df20222659af9848d67fd58186ec44 /xorg-server/hw/xwin/winglobals.c
parent14b1cb8d5a27ec9716d3f790fce95f0469e35605 (diff)
downloadvcxsrv-c394f19a54ed3cc959a47cdde6dbb53f31a9fa87.tar.gz
vcxsrv-c394f19a54ed3cc959a47cdde6dbb53f31a9fa87.tar.bz2
vcxsrv-c394f19a54ed3cc959a47cdde6dbb53f31a9fa87.zip
Git update 10/3/2010
Diffstat (limited to 'xorg-server/hw/xwin/winglobals.c')
-rw-r--r--xorg-server/hw/xwin/winglobals.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg-server/hw/xwin/winglobals.c b/xorg-server/hw/xwin/winglobals.c
index 7bb4a602d..926ce69b8 100644
--- a/xorg-server/hw/xwin/winglobals.c
+++ b/xorg-server/hw/xwin/winglobals.c
@@ -69,9 +69,9 @@ Bool g_fAuthEnabled = FALSE;
HICON g_hIconX = NULL;
HICON g_hSmallIconX = NULL;
#ifndef RELOCATE_PROJECTROOT
-char * g_pszLogFile = "/tmp/XWin.log";
+const char * g_pszLogFile = DEFAULT_LOGDIR "/XWin.%s.log";
#else
-char * g_pszLogFile = "XWin.log";
+const char * g_pszLogFile = "XWin.log";
Bool g_fLogFileChanged = FALSE;
#endif
int g_iLogVerbose = 2;