mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-08 03:18:06 +02:00
Another new try at Unicode clipboard fix.
This commit is contained in:
parent
da04c87904
commit
6a4b0172fe
1 changed files with 2 additions and 2 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue