ChangeSet ID: 999019539188712337054312 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/08/28 13:25:40
Modified files: . : winedefault.reg dlls/quartz : Makefile.in fgraph.c fgraph.h ibasaud.c ibasvid.c ifgraph.c imcntl.c imevent.c impos.c imseek.c iunk.c iunk.h ividwin.c main.c quartz.spec Added files: dlls/quartz : devenum.c devenum.h fmap.c fmap.h fmap2.c fmap2.h idevenum.c ifmap.c ifmap3.c regsvr.c regsvr.h
Log message: Hidenori Takeshima hidenori@a2.ctktv.ne.jp Added some stubs.
Patch: http://cvs.winehq.com/patch.py?id=999019539188712337054312
Revision Changes Path 1.28 +14 -0 wine/winedefault.reg 1.5 +7 -0 wine/dlls/quartz/Makefile.in 1.3 +19 -0 wine/dlls/quartz/fgraph.c 1.3 +13 -1 wine/dlls/quartz/fgraph.h 1.2 +5 -0 wine/dlls/quartz/ibasaud.c 1.2 +4 -0 wine/dlls/quartz/ibasvid.c 1.3 +5 -0 wine/dlls/quartz/ifgraph.c 1.2 +5 -0 wine/dlls/quartz/imcntl.c 1.2 +5 -0 wine/dlls/quartz/imevent.c 1.2 +5 -0 wine/dlls/quartz/impos.c 1.2 +5 -0 wine/dlls/quartz/imseek.c 1.3 +10 -3 wine/dlls/quartz/iunk.c 1.3 +8 -1 wine/dlls/quartz/iunk.h 1.2 +6 -0 wine/dlls/quartz/ividwin.c 1.4 +36 -0 wine/dlls/quartz/main.c 1.4 +2 -2 wine/dlls/quartz/quartz.spec 1.1 +0 -0 wine/dlls/quartz/devenum.c 1.1 +0 -0 wine/dlls/quartz/devenum.h 1.1 +0 -0 wine/dlls/quartz/fmap.c 1.1 +0 -0 wine/dlls/quartz/fmap.h 1.1 +0 -0 wine/dlls/quartz/fmap2.c 1.1 +0 -0 wine/dlls/quartz/fmap2.h 1.1 +0 -0 wine/dlls/quartz/idevenum.c 1.1 +0 -0 wine/dlls/quartz/ifmap.c 1.1 +0 -0 wine/dlls/quartz/ifmap3.c 1.1 +0 -0 wine/dlls/quartz/regsvr.c 1.1 +0 -0 wine/dlls/quartz/regsvr.h