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
1899830b
Commit
1899830b
authored
Jun 29, 2020
by
Brendan Shanks
Committed by
Alexandre Julliard
Jul 01, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add d3dkmdt.h.
Signed-off-by:
Brendan Shanks
<
bshanks@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
824f4059
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
60 additions
and
0 deletions
+60
-0
Makefile.in
include/Makefile.in
+1
-0
d3dkmdt.h
include/d3dkmdt.h
+59
-0
No files found.
include/Makefile.in
View file @
1899830b
...
...
@@ -119,6 +119,7 @@ SOURCES = \
d3dcommon.idl
\
d3dcompiler.h
\
d3dhal.h
\
d3dkmdt.h
\
d3drm.h
\
d3drmdef.h
\
d3drmobj.h
\
...
...
include/d3dkmdt.h
0 → 100644
View file @
1899830b
/*
* Copyright 2020 Brendan Shanks for CodeWeavers
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef __WINE_D3DKMDT_H
#define __WINE_D3DKMDT_H
typedef
enum
_D3DKMDT_VIDEO_SIGNAL_STANDARD
{
D3DKMDT_VSS_UNINITIALIZED
=
0
,
D3DKMDT_VSS_VESA_DMT
=
1
,
D3DKMDT_VSS_VESA_GTF
=
2
,
D3DKMDT_VSS_VESA_CVT
=
3
,
D3DKMDT_VSS_IBM
=
4
,
D3DKMDT_VSS_APPLE
=
5
,
D3DKMDT_VSS_NTSC_M
=
6
,
D3DKMDT_VSS_NTSC_J
=
7
,
D3DKMDT_VSS_NTSC_443
=
8
,
D3DKMDT_VSS_PAL_B
=
9
,
D3DKMDT_VSS_PAL_B1
=
10
,
D3DKMDT_VSS_PAL_G
=
11
,
D3DKMDT_VSS_PAL_H
=
12
,
D3DKMDT_VSS_PAL_I
=
13
,
D3DKMDT_VSS_PAL_D
=
14
,
D3DKMDT_VSS_PAL_N
=
15
,
D3DKMDT_VSS_PAL_NC
=
16
,
D3DKMDT_VSS_SECAM_B
=
17
,
D3DKMDT_VSS_SECAM_D
=
18
,
D3DKMDT_VSS_SECAM_G
=
19
,
D3DKMDT_VSS_SECAM_H
=
20
,
D3DKMDT_VSS_SECAM_K
=
21
,
D3DKMDT_VSS_SECAM_K1
=
22
,
D3DKMDT_VSS_SECAM_L
=
23
,
D3DKMDT_VSS_SECAM_L1
=
24
,
D3DKMDT_VSS_EIA_861
=
25
,
D3DKMDT_VSS_EIA_861A
=
26
,
D3DKMDT_VSS_EIA_861B
=
27
,
D3DKMDT_VSS_PAL_K
=
28
,
D3DKMDT_VSS_PAL_K1
=
29
,
D3DKMDT_VSS_PAL_L
=
30
,
D3DKMDT_VSS_PAL_M
=
31
,
D3DKMDT_VSS_OTHER
=
255
}
D3DKMDT_VIDEO_SIGNAL_STANDARD
;
#endif
/* __WINE_D3DKMDT_H */
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