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
5173f9f0
Commit
5173f9f0
authored
Jun 07, 2011
by
Henri Verbeet
Committed by
Alexandre Julliard
Jun 08, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Rename IWineD3DDeviceImpl_LoadLogo() to device_load_logo().
parent
da125e6b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
device.c
dlls/wined3d/device.c
+2
-2
No files found.
dlls/wined3d/device.c
View file @
5173f9f0
...
...
@@ -910,7 +910,7 @@ HRESULT CDECL wined3d_device_get_swapchain(struct wined3d_device *device,
return
WINED3D_OK
;
}
static
void
IWineD3DDeviceImpl_LoadL
ogo
(
struct
wined3d_device
*
device
,
const
char
*
filename
)
static
void
device_load_l
ogo
(
struct
wined3d_device
*
device
,
const
char
*
filename
)
{
HBITMAP
hbm
;
BITMAP
bm
;
...
...
@@ -1317,7 +1317,7 @@ HRESULT CDECL wined3d_device_init_3d(struct wined3d_device *device,
device
->
d3d_initialized
=
TRUE
;
if
(
wined3d_settings
.
logo
)
IWineD3DDeviceImpl_LoadL
ogo
(
device
,
wined3d_settings
.
logo
);
device_load_l
ogo
(
device
,
wined3d_settings
.
logo
);
device
->
highest_dirty_ps_const
=
0
;
device
->
highest_dirty_vs_const
=
0
;
return
WINED3D_OK
;
...
...
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