Another new try at Unicode clipboard fix.

This commit is contained in:
Harold L Hunt II 2004-01-09 06:49:46 +00:00
parent da04c87904
commit 6a4b0172fe

View file

@ -225,8 +225,8 @@ winClipboardWindowProc (HWND hwnd, UINT message,
if (message == WM_RENDERALLFORMATS)
fConvertToUnicode = FALSE;
else
fConvertToUnicode = g_fUnicodeSupport && (CF_UNICODETEXT == wParam);
fConvertToUnicode = (CF_UNICODETEXT == wParam);
/* Request the selection contents */
iReturn = XConvertSelection (pDisplay,
*(pWindowProp->patomLastOwnedSelection),