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
fbfc7c97
Commit
fbfc7c97
authored
Mar 13, 2009
by
Henri Verbeet
Committed by
Alexandre Julliard
Mar 13, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Remove the width and height fields from IWineD3DTextureImpl.
parent
a3657c16
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
device.c
dlls/wined3d/device.c
+0
-2
wined3d_private.h
dlls/wined3d/wined3d_private.h
+0
-3
No files found.
dlls/wined3d/device.c
View file @
fbfc7c97
...
...
@@ -994,8 +994,6 @@ static HRESULT WINAPI IWineD3DDeviceImpl_CreateTexture(IWineD3DDevice *iface,
*
ppTexture
=
(
IWineD3DTexture
*
)
object
;
basetexture_init
(
&
object
->
baseTexture
,
Levels
,
Usage
);
object
->
width
=
Width
;
object
->
height
=
Height
;
if
(
object
->
resource
.
format_desc
->
Flags
&
WINED3DFMT_FLAG_FILTERING
)
{
...
...
dlls/wined3d/wined3d_private.h
View file @
fbfc7c97
...
...
@@ -1385,9 +1385,6 @@ typedef struct IWineD3DTextureImpl
/* IWineD3DTexture */
IWineD3DSurface
*
surfaces
[
MAX_LEVELS
];
UINT
width
;
UINT
height
;
UINT
target
;
BOOL
cond_np2
;
...
...
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