Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lorenzo Ferrillo
wine
Commits
900b5f4b
Commit
900b5f4b
authored
12 years ago
by
Alexandre Julliard
Browse files
Options
Downloads
Patches
Plain Diff
winex11: Remove some remainders of the ddraw HAL support.
parent
8daef164
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dlls/winex11.drv/init.c
+0
-2
0 additions, 2 deletions
dlls/winex11.drv/init.c
dlls/winex11.drv/settings.c
+0
-5
0 additions, 5 deletions
dlls/winex11.drv/settings.c
include/d3dhal.h
+0
-3
0 additions, 3 deletions
include/d3dhal.h
with
0 additions
and
10 deletions
dlls/winex11.drv/init.c
+
0
−
2
View file @
900b5f4b
...
...
@@ -311,8 +311,6 @@ static INT X11DRV_ExtEscape( PHYSDEV dev, INT escape, INT in_count, LPCVOID in_d
{
switch
(
*
(
const
INT
*
)
in_data
)
{
case
DCICOMMAND
:
return
DD_HAL_VERSION
;
case
X11DRV_ESCAPE
:
return
TRUE
;
}
...
...
This diff is collapsed.
Click to expand it.
dlls/winex11.drv/settings.c
+
0
−
5
View file @
900b5f4b
...
...
@@ -35,11 +35,6 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
x11settings
);
/*
* The DDHALMODEINFO type is used to hold all the mode information.
* This is done because the array of DDHALMODEINFO structures must be
* created for use by DirectDraw anyway.
*/
static
struct
x11drv_mode_info
*
dd_modes
=
NULL
;
static
unsigned
int
dd_mode_count
=
0
;
static
unsigned
int
dd_max_modes
=
0
;
...
...
This diff is collapsed.
Click to expand it.
include/d3dhal.h
+
0
−
3
View file @
900b5f4b
...
...
@@ -47,9 +47,6 @@ typedef struct _D3DDeviceDesc_V1 {
DWORD
dwMaxVertexCount
;
}
D3DDEVICEDESC_V1
,
*
LPD3DDEVICEDESC_V1
;
/* this is to allow keeping the bulk of our OpenGL code out of x11drv */
#define D3DDD_WINE_OPENGL_DEVICE 0x00008000
typedef
struct
_D3DHAL_GLOBALDRIVERDATA
{
DWORD
dwSize
;
D3DDEVICEDESC_V1
hwCaps
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment