ChangeSet ID: 12296
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/05/06 18:40:30
Modified files:
windows : clipboard.c
include : user.h
dlls/x11drv : x11drv.h clipboard.c
Log message:
Ulrich Czekalla <ulrich(a)codeweavers.com>
Allow applications, under certain conditions, to set data into the
clipboard even if they are not the clipboard owners.
Patch: http://cvs.winehq.org/patch.py?id=12296
Old revision New revision Changes Path
1.59 1.60 +29 -12 wine/windows/clipboard.c
1.63 1.64 +2 -2 wine/include/user.h
1.28 1.29 +1 -0 wine/dlls/x11drv/x11drv.h
1.24 1.25 +43 -14 wine/dlls/x11drv/clipboard.c
ChangeSet ID: 12292
CVSROOT: /opt/cvs-commit
Module name: tools
Changes by: jnewman(a)wine.codeweavers.com 2004/05/06 16:16:13
Modified files:
winetest : service.cgi
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Switch from the object style to the functional style
for the CGI.pm module for consistency with the other CGIs.
Fix the error reporting part to read the file properly.
Patch: http://cvs.winehq.org/patch.py?id=12292
Old revision New revision Changes Path
1.16 1.17 +16 -17 tools/winetest/service.cgi