diff options
author | marha <marha@users.sourceforge.net> | 2009-08-31 05:13:39 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-08-31 05:13:39 +0000 |
commit | d5cf9e05f5a2e237b9923366bd1107fa33b3d533 (patch) | |
tree | 49479ee58d9168d440be8c9645c9cf52f94d285d /xorg-server/hw | |
parent | b3ded1264131db861d4bc28de80cebc7b1a27d26 (diff) | |
download | vcxsrv-d5cf9e05f5a2e237b9923366bd1107fa33b3d533.tar.gz vcxsrv-d5cf9e05f5a2e237b9923366bd1107fa33b3d533.tar.bz2 vcxsrv-d5cf9e05f5a2e237b9923366bd1107fa33b3d533.zip |
Solved some compiler warnings
Diffstat (limited to 'xorg-server/hw')
-rw-r--r-- | xorg-server/hw/xwin/InitOutput.c | 5 |
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"); } } |