Added window support to the video renderer:

- replaced ddraw code by window code.
- implemented IBasicVideo and IVideoWindow interfaces.
This commit is contained in:
Christian Costa 2005-06-13 11:37:55 +00:00 committed by Alexandre Julliard
parent 5e5008502e
commit acb2ff2da5
2 changed files with 480 additions and 206 deletions

View file

@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = quartz.dll
IMPORTLIB = libquartz.$(IMPLIBEXT)
IMPORTS = dsound ddraw msacm32 msvfw32 ole32 oleaut32 user32 advapi32 kernel32
IMPORTS = dsound msacm32 msvfw32 ole32 oleaut32 user32 gdi32 advapi32 kernel32
EXTRALIBS = -lstrmiids -luuid $(LIBUNICODE)
C_SRCS = \

File diff suppressed because it is too large Load diff