aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/InitOutput.c
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-08-31 05:13:39 +0000
committermarha <marha@users.sourceforge.net>2009-08-31 05:13:39 +0000
commitd5cf9e05f5a2e237b9923366bd1107fa33b3d533 (patch)
tree49479ee58d9168d440be8c9645c9cf52f94d285d /xorg-server/hw/xwin/InitOutput.c
parentb3ded1264131db861d4bc28de80cebc7b1a27d26 (diff)
downloadvcxsrv-d5cf9e05f5a2e237b9923366bd1107fa33b3d533.tar.gz
vcxsrv-d5cf9e05f5a2e237b9923366bd1107fa33b3d533.tar.bz2
vcxsrv-d5cf9e05f5a2e237b9923366bd1107fa33b3d533.zip
Solved some compiler warnings
Diffstat (limited to 'xorg-server/hw/xwin/InitOutput.c')
-rw-r--r--xorg-server/hw/xwin/InitOutput.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/xorg-server/hw/xwin/InitOutput.c b/xorg-server/hw/xwin/InitOutput.c
index e4f8aff03..d2c6e27b7 100644
--- a/xorg-server/hw/xwin/InitOutput.c
+++ b/xorg-server/hw/xwin/InitOutput.c
@@ -70,7 +70,7 @@ extern int g_iLastScreen;
extern char * g_pszCommandLine;
extern Bool g_fSilentFatalError;
-extern char * g_pszLogFile;
+extern const char * g_pszLogFile;
extern Bool g_fLogFileChanged;
extern int g_iLogVerbose;
Bool g_fLogInited;
@@ -185,9 +185,6 @@ winClipboardShutdown (void)
/* Wait for the clipboard thread to exit */
pthread_join (g_ptClipboardProc, NULL);
- g_fClipboardLaunched = FALSE;
- g_fClipboardStarted = FALSE;
-
winDebug ("winClipboardShutdown - Clipboard thread has exited.\n");
}
}