diff options
author | marha <marha@users.sourceforge.net> | 2011-02-14 16:50:42 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-02-14 16:50:42 +0000 |
commit | 9859910a8168b9c13e9e9952a03de91d51293484 (patch) | |
tree | 91c8ee0a8422b31223cbd607fc84299bc1f6ef1b /xorg-server/hw/xwin/winclipboard.h | |
parent | ed5dd0a1f9eea43219b4c678ec062f614413eea2 (diff) | |
download | vcxsrv-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/winclipboard.h')
-rw-r--r-- | xorg-server/hw/xwin/winclipboard.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/winclipboard.h b/xorg-server/hw/xwin/winclipboard.h index 95c4050a4..e55f6023d 100644 --- a/xorg-server/hw/xwin/winclipboard.h +++ b/xorg-server/hw/xwin/winclipboard.h @@ -55,7 +55,6 @@ typedef int pid_t; #include <X11/Xatom.h> #include <X11/Xproto.h> #include <X11/Xutil.h> -#include <X11/Xlocale.h> /* Windows headers */ #include <X11/Xwindows.h> |