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...
parent
9f51dfde
No related branches found
No related tags found
Showing
- hw/xwin/InitOutput.c 0 additions, 3 deletionshw/xwin/InitOutput.c
- hw/xwin/man/XWin.man 0 additions, 3 deletionshw/xwin/man/XWin.man
- hw/xwin/winclipboard/internal.h 0 additions, 1 deletionhw/xwin/winclipboard/internal.h
- hw/xwin/winclipboard/thread.c 1 addition, 2 deletionshw/xwin/winclipboard/thread.c
- hw/xwin/winclipboard/winclipboard.h 1 addition, 1 deletionhw/xwin/winclipboard/winclipboard.h
- hw/xwin/winclipboard/wndproc.c 0 additions, 5 deletionshw/xwin/winclipboard/wndproc.c
- hw/xwin/winclipboard/xevents.c 45 additions, 97 deletionshw/xwin/winclipboard/xevents.c
- hw/xwin/winclipboard/xwinclip.c 1 addition, 19 deletionshw/xwin/winclipboard/xwinclip.c
- hw/xwin/winclipboard/xwinclip.man 0 additions, 3 deletionshw/xwin/winclipboard/xwinclip.man
- hw/xwin/winclipboardinit.c 1 addition, 1 deletionhw/xwin/winclipboardinit.c
- hw/xwin/winglobals.c 0 additions, 1 deletionhw/xwin/winglobals.c
- hw/xwin/winglobals.h 0 additions, 1 deletionhw/xwin/winglobals.h
- hw/xwin/winprocarg.c 0 additions, 9 deletionshw/xwin/winprocarg.c
Loading
Please register or sign in to comment