ChangeSet ID: 99989200900100923329591751 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/09/07 15:46:50
Modified files: dlls/quartz : Makefile.in complist.c complist.h devenum.c devenum.h fgraph.c fgraph.h fmap.c fmap.h fmap2.c fmap2.h ibasaud.c ibasvid.c idevenum.c ifgraph.c ifmap.c ifmap3.c imcntl.c imem.c imevent.c impos.c imseek.c irclock.c iunk.h ividwin.c main.c memalloc.c memalloc.h quartz.spec regsvr.c regsvr.h sysclock.c sysclock.h Added files: dlls/quartz : devmon.c devmon.h enumunk.c enumunk.h fgclsid.c fgidisp.c igrver.c imesink.c imfilter.c monprop.c monprop.h
Log message: Hidenori Takeshima hidenori@a2.ctktv.ne.jp Added some stubs. Started implementing some interfaces in FilterGraph.
Patch: http://cvs.winehq.com/patch.py?id=99989200900100923329591751
Revision Changes Path 1.6 +8 -0 wine/dlls/quartz/Makefile.in 1.2 +78 -5 wine/dlls/quartz/complist.c 1.2 +12 -2 wine/dlls/quartz/complist.h 1.2 +7 -1 wine/dlls/quartz/devenum.c 1.2 +1 -1 wine/dlls/quartz/devenum.h 1.4 +63 -18 wine/dlls/quartz/fgraph.c 1.4 +68 -12 wine/dlls/quartz/fgraph.h 1.2 +7 -1 wine/dlls/quartz/fmap.c 1.2 +1 -1 wine/dlls/quartz/fmap.h 1.2 +7 -1 wine/dlls/quartz/fmap2.c 1.2 +2 -1 wine/dlls/quartz/fmap2.h 1.3 +3 -1 wine/dlls/quartz/ibasaud.c 1.3 +3 -1 wine/dlls/quartz/ibasvid.c 1.2 +102 -5 wine/dlls/quartz/idevenum.c 1.4 +418 -20 wine/dlls/quartz/ifgraph.c 1.2 +39 -13 wine/dlls/quartz/ifmap.c 1.2 +16 -4 wine/dlls/quartz/ifmap3.c 1.3 +3 -1 wine/dlls/quartz/imcntl.c 1.3 +8 -1 wine/dlls/quartz/imem.c 1.3 +13 -3 wine/dlls/quartz/imevent.c 1.3 +16 -9 wine/dlls/quartz/impos.c 1.3 +3 -1 wine/dlls/quartz/imseek.c 1.3 +8 -1 wine/dlls/quartz/irclock.c 1.4 +1 -1 wine/dlls/quartz/iunk.h 1.3 +3 -1 wine/dlls/quartz/ividwin.c 1.5 +6 -4 wine/dlls/quartz/main.c 1.3 +15 -1 wine/dlls/quartz/memalloc.c 1.2 +2 -1 wine/dlls/quartz/memalloc.h 1.5 +7 -2 wine/dlls/quartz/quartz.spec 1.2 +336 -23 wine/dlls/quartz/regsvr.c 1.2 +40 -14 wine/dlls/quartz/regsvr.h 1.3 +16 -1 wine/dlls/quartz/sysclock.c 1.2 +2 -1 wine/dlls/quartz/sysclock.h 1.1 +0 -0 wine/dlls/quartz/devmon.c 1.1 +0 -0 wine/dlls/quartz/devmon.h 1.1 +0 -0 wine/dlls/quartz/enumunk.c 1.1 +0 -0 wine/dlls/quartz/enumunk.h 1.1 +0 -0 wine/dlls/quartz/fgclsid.c 1.1 +0 -0 wine/dlls/quartz/fgidisp.c 1.1 +0 -0 wine/dlls/quartz/igrver.c 1.1 +0 -0 wine/dlls/quartz/imesink.c 1.1 +0 -0 wine/dlls/quartz/imfilter.c 1.1 +0 -0 wine/dlls/quartz/monprop.c 1.1 +0 -0 wine/dlls/quartz/monprop.h