ChangeSet ID: 16470 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/03/07 13:31:47
Modified files: server : protocol.def clipboard.c include/wine : server_protocol.h dlls/x11drv : x11drv_main.c x11drv.spec x11drv.h event.c clipboard.c
Log message: Ulrich Czekalla ulrich@codeweavers.com Create a thread-specific selection window to make sure we receive the selection events in the correct thread.
Patch: http://cvs.winehq.org/patch.py?id=16470
Old revision New revision Changes Path 1.118 1.119 +1 -0 wine/server/protocol.def 1.4 1.5 +5 -1 wine/server/clipboard.c 1.119 1.120 +2 -1 wine/include/wine/server_protocol.h 1.98 1.99 +1 -0 wine/dlls/x11drv/x11drv_main.c 1.61 1.62 +1 -0 wine/dlls/x11drv/x11drv.spec 1.51 1.52 +7 -0 wine/dlls/x11drv/x11drv.h 1.49 1.50 +17 -0 wine/dlls/x11drv/event.c 1.35 1.36 +41 -21 wine/dlls/x11drv/clipboard.c