ChangeSet ID: 9510 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2003/09/25 18:50:06 Modified files: dlls/quartz : quartz_private.h pin.h pin.c filesource.c Log message: Robert Shearman <R.J.Shearman(a)warwick.ac.uk> - A few cosmetic fixes. - Various bug fixes. - Add some OutputPin helpers. - Add a new type of pin, PullPin. Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9510 Old revision New revision Changes Path 1.12 1.13 +5 -0 wine/dlls/quartz/quartz_private.h 1.1 1.2 +50 -3 wine/dlls/quartz/pin.h 1.1 1.2 +628 -75 wine/dlls/quartz/pin.c 1.2 1.3 +1 -4 wine/dlls/quartz/filesource.c