ChangeSet ID: 1001457425184170750901103 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/09/25 18:37:05
Modified files: dlls/quartz : Makefile.in devenum.c devmon.c devmon.h enumunk.c fgraph.c fgraph.h fmap.c fmap2.c ifgraph.c imfilter.c imseek.c iunk.c main.c memalloc.c quartz_private.h sample.c seekpass.c seekpass.h sysclock.c Added files: dlls/quartz : README basefilt.c basefilt.h basepin.c fgevent.c fgpass.c igconfig.c mtype.c mtype.h Removed files: dlls/quartz : amerror.c fgclsid.c ibasaud.c ibasvid.c idevenum.c ifmap.c ifmap3.c imem.c imesink.c imevent.c irclock.c ividwin.c monprop.c monprop.h ptimpl.c ptimpl.h ptmpos.c ptmseek.c
Log message: Hidenori Takeshima hidenori@a2.ctktv.ne.jp Merged some C sources. Fixed some bugs. Started implementing some pass-through interfaces.
Patch: http://cvs.winehq.com/patch.py?id=1001457425184170750901103
Revision Changes Path 1.10 +6 -16 wine/dlls/quartz/Makefile.in 1.4 +173 -2 wine/dlls/quartz/devenum.c 1.2 +221 -5 wine/dlls/quartz/devmon.c 1.2 +30 -0 wine/dlls/quartz/devmon.h 1.3 +1 -0 wine/dlls/quartz/enumunk.c 1.7 +85 -0 wine/dlls/quartz/fgraph.c 1.6 +20 -1 wine/dlls/quartz/fgraph.h 1.4 +188 -0 wine/dlls/quartz/fmap.c 1.4 +169 -1 wine/dlls/quartz/fmap2.c 1.6 +103 -21 wine/dlls/quartz/ifgraph.c 1.4 +99 -18 wine/dlls/quartz/imfilter.c 1.5 +2 -0 wine/dlls/quartz/imseek.c 1.5 +1 -1 wine/dlls/quartz/iunk.c 1.8 +227 -0 wine/dlls/quartz/main.c 1.5 +352 -2 wine/dlls/quartz/memalloc.c 1.2 +1 -0 wine/dlls/quartz/quartz_private.h 1.2 +96 -14 wine/dlls/quartz/sample.c 1.4 +585 -2 wine/dlls/quartz/seekpass.c 1.3 +26 -2 wine/dlls/quartz/seekpass.h 1.5 +452 -2 wine/dlls/quartz/sysclock.c 1.1 +0 -0 wine/dlls/quartz/README 1.1 +0 -0 wine/dlls/quartz/basefilt.c 1.1 +0 -0 wine/dlls/quartz/basefilt.h 1.1 +0 -0 wine/dlls/quartz/basepin.c 1.1 +0 -0 wine/dlls/quartz/fgevent.c 1.1 +0 -0 wine/dlls/quartz/fgpass.c 1.1 +0 -0 wine/dlls/quartz/igconfig.c 1.1 +0 -0 wine/dlls/quartz/mtype.c 1.1 +0 -0 wine/dlls/quartz/mtype.h