aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/winclipboardthread.c
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-02-14 16:50:42 +0000
committermarha <marha@users.sourceforge.net>2011-02-14 16:50:42 +0000
commit9859910a8168b9c13e9e9952a03de91d51293484 (patch)
tree91c8ee0a8422b31223cbd607fc84299bc1f6ef1b /xorg-server/hw/xwin/winclipboardthread.c
parented5dd0a1f9eea43219b4c678ec062f614413eea2 (diff)
downloadvcxsrv-9859910a8168b9c13e9e9952a03de91d51293484.tar.gz
vcxsrv-9859910a8168b9c13e9e9952a03de91d51293484.tar.bz2
vcxsrv-9859910a8168b9c13e9e9952a03de91d51293484.zip
Only call XSupportsLocale in one place. Switch to a known locale when it fails
Diffstat (limited to 'xorg-server/hw/xwin/winclipboardthread.c')
-rw-r--r--xorg-server/hw/xwin/winclipboardthread.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/xorg-server/hw/xwin/winclipboardthread.c b/xorg-server/hw/xwin/winclipboardthread.c
index 6df6ff380..760ba5eb3 100644
--- a/xorg-server/hw/xwin/winclipboardthread.c
+++ b/xorg-server/hw/xwin/winclipboardthread.c
@@ -121,12 +121,6 @@ winClipboardProc (void *pvNotUsed)
/* Save the Unicode support flag in a global */
g_fUseUnicode = fUseUnicode;
- /* See if X supports the current locale */
- if (XSupportsLocale () == False)
- {
- ErrorF ("winClipboardProc - Warning: Locale not supported by X.\n");
- }
-
/* Create Windows messaging window */
hwnd = winClipboardCreateMessagingWindow ();