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
82282185
Commit
82282185
authored
Jun 18, 2011
by
Jacek Caban
Committed by
Alexandre Julliard
Jun 20, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Don't use idl file for dxgitype.h.
parent
a1d55ee7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
6 deletions
+11
-6
.gitignore
.gitignore
+0
-1
Makefile.in
include/Makefile.in
+1
-1
dxgi.idl
include/dxgi.idl
+3
-1
dxgitype.h
include/dxgitype.h
+7
-3
No files found.
.gitignore
View file @
82282185
...
...
@@ -171,7 +171,6 @@ include/docobj.h
include/docobjectservice.h
include/downloadmgr.h
include/dxgi.h
include/dxgitype.h
include/endpointvolume.h
include/exdisp.h
include/fusion.h
...
...
include/Makefile.in
View file @
82282185
...
...
@@ -32,7 +32,6 @@ PUBLIC_IDL_H_SRCS = \
docobjectservice.idl
\
downloadmgr.idl
\
dxgi.idl
\
dxgitype.idl
\
endpointvolume.idl
\
exdisp.idl
\
fusion.idl
\
...
...
@@ -257,6 +256,7 @@ SRCDIR_INCLUDES = \
dxerr9.h
\
dxfile.h
\
dxgiformat.h
\
dxgitype.h
\
dyngraph.idl
\
errorrep.h
\
errors.h
\
...
...
include/dxgi.idl
View file @
82282185
...
...
@@ -16,7 +16,9 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
import
"dxgitype.idl"
;
import
"oaidl.idl"
;
import
"ocidl.idl"
;
import
"dxgitype.h"
;
const
UINT
_FACDXGI
=
0
x87a
;
...
...
include/dxgitype.
idl
→
include/dxgitype.
h
View file @
82282185
...
...
@@ -15,9 +15,11 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
import
"oaidl.idl"
;
import
"ocidl.idl"
;
import
"dxgiformat.h"
;
#ifndef __dxgitype_h__
#define __dxgitype_h__
#include "dxgiformat.h"
typedef
struct
DXGI_SAMPLE_DESC
{
UINT
Count
;
...
...
@@ -78,3 +80,5 @@ typedef struct DXGI_GAMMA_CONTROL {
DXGI_RGB
Offset
;
DXGI_RGB
GammaCurve
[
1025
];
}
DXGI_GAMMA_CONTROL
;
#endif
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