http://bugs.winehq.org/show_bug.cgi?id=19418
Alexander Scott-Johns alexander.scott.johns+winebug@googlemail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexander.scott.johns+wineb | |ug@googlemail.com
--- Comment #4 from Alexander Scott-Johns alexander.scott.johns+winebug@googlemail.com 2009-08-05 13:04:07 --- SA Dictionary registers itself as a clipboard viewer with SetClipboardViewer, but Wine doesn't seem to send the WM_DRAWCLIPBOARD message when a non-Windows app copies something to the clipboard. A grep of the Wine source shows it is only sent in the CloseClipboard function (in dlls/user32/clipboard.c).
This also affects my in-progress clipview program (bug 11848).