Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
61ba32c0
Commit
61ba32c0
authored
Jul 10, 2008
by
Maarten Lankhorst
Committed by
Alexandre Julliard
Jul 11, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
includes: Add video mixing renderer header.
parent
a7f84cc0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
11 additions
and
1 deletion
+11
-1
capturegraph.c
dlls/qcap/capturegraph.c
+1
-0
dllsetup.c
dlls/qcap/dllsetup.c
+1
-0
qcap_main.c
dlls/qcap/qcap_main.c
+1
-0
yuv.c
dlls/qcap/yuv.c
+1
-0
regsvr.c
dlls/quartz/regsvr.c
+1
-0
Makefile.in
include/Makefile.in
+1
-0
strmif.idl
include/strmif.idl
+3
-0
vmrender.idl
include/vmrender.idl
+0
-0
make_makefiles
tools/make_makefiles
+2
-1
No files found.
dlls/qcap/capturegraph.c
View file @
61ba32c0
...
...
@@ -28,6 +28,7 @@
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winerror.h"
#include "objbase.h"
...
...
dlls/qcap/dllsetup.c
View file @
61ba32c0
...
...
@@ -28,6 +28,7 @@
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winerror.h"
#include "winreg.h"
#include "objbase.h"
...
...
dlls/qcap/qcap_main.c
View file @
61ba32c0
...
...
@@ -30,6 +30,7 @@
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winerror.h"
#include "objbase.h"
#include "uuids.h"
...
...
dlls/qcap/yuv.c
View file @
61ba32c0
...
...
@@ -24,6 +24,7 @@
#include <stdarg.h>
#include "windef.h"
#include "wingdi.h"
#include "objbase.h"
#include "strmif.h"
#include "qcap_main.h"
...
...
dlls/quartz/regsvr.c
View file @
61ba32c0
...
...
@@ -26,6 +26,7 @@
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winreg.h"
#include "winerror.h"
...
...
include/Makefile.in
View file @
61ba32c0
...
...
@@ -399,6 +399,7 @@ SRCDIR_INCLUDES = \
ver.h
\
vfw.h
\
vfwmsgs.h
\
vmrender.idl
\
wfext.h
\
winbase.h
\
wincon.h
\
...
...
include/strmif.idl
View file @
61ba32c0
...
...
@@ -25,3 +25,6 @@ import "objidl.idl";
#
include
<
axextend
.
idl>
#
include
<
dyngraph
.
idl>
/*
TODO
:
#
include
<
dvdif
.
h>
*/
#
include
<
vmrender
.
idl>
include/vmrender.idl
0 → 100644
View file @
61ba32c0
This diff is collapsed.
Click to expand it.
tools/make_makefiles
View file @
61ba32c0
...
...
@@ -137,7 +137,8 @@ my %private_idl_headers = (
"dbprop.idl"
=>
1
,
"dbs.idl"
=>
1
,
"devenum.idl"
=>
1
,
"dyngraph.idl"
=>
1
"dyngraph.idl"
=>
1
,
"vmrender.idl"
=>
1
,
);
my
(
@makefiles
,
%
makefiles
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment