xserver/hw/xwin/winclipboard
Jon Turney f4936de73c hw/xwin: Remove nounicodeclipboard option
Always use CF_UNICODETEXT clipboard format.  Windows will automatically
down-convert to CF_TEXT for clients which request that.

This is subtly different in one way: if CF_TEXT is requested, we now
post CF_UNICODETEXT and it is converted to CF_TEXT *in the locale of the
requesting process*.  Previously, we would convert to CF_TEXT *in our
locale* and post that.

It looks like the code in the !X_HAVE_UTF8_STRING case didn't actually
work correctly, but fortunately that has never been true...
2020-04-15 14:13:58 +00:00
..
Makefile.am hw/xwin: Fix 'make distcheck' 2018-08-31 08:37:51 +10:00
debug.c hw/xwin: Add xwinclip test client 2014-09-13 14:18:38 +01:00
internal.h hw/xwin: Remove nounicodeclipboard option 2020-04-15 14:13:58 +00:00
meson.build meson: Link with ws2_32 for socket functions on Windows 2019-04-30 20:07:51 +00:00
textconv.c hw/xwin: Undefine _XSERVER64 in hw/xwin/winclipboard 2014-09-13 14:19:06 +01:00
thread.c hw/xwin: Remove nounicodeclipboard option 2020-04-15 14:13:58 +00:00
winclipboard.h hw/xwin: Remove nounicodeclipboard option 2020-04-15 14:13:58 +00:00
wndproc.c hw/xwin: Remove nounicodeclipboard option 2020-04-15 14:13:58 +00:00
xevents.c hw/xwin: Remove nounicodeclipboard option 2020-04-15 14:13:58 +00:00
xwinclip.c hw/xwin: Remove nounicodeclipboard option 2020-04-15 14:13:58 +00:00
xwinclip.man hw/xwin: Remove nounicodeclipboard option 2020-04-15 14:13:58 +00:00