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
bbb2b7fd
Commit
bbb2b7fd
authored
Jan 04, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Jan 04, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
f54caadc
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
device.c
dlls/dinput/tests/device.c
+1
-1
olecmd.c
dlls/mshtml/olecmd.c
+1
-1
device.c
dlls/wined3d/device.c
+1
-1
state.c
dlls/wined3d/state.c
+1
-1
No files found.
dlls/dinput/tests/device.c
View file @
bbb2b7fd
...
...
@@ -104,7 +104,7 @@ static void test_object_info(LPDIRECTINPUTDEVICE device, HWND hwnd)
hr
=
IDirectInputDevice_SetProperty
(
device
,
DIPROP_AXISMODE
,
&
dp
.
diph
);
ok
(
hr
==
DI_OK
,
"SetProperty() failed: %s
\n
"
,
DXGetErrorString8
(
hr
));
/* Can
not change mode while acquired */
/* Cannot change mode while acquired */
hr
=
IDirectInputDevice_Acquire
(
device
);
ok
(
hr
==
DI_OK
,
"Acquire() failed: %s
\n
"
,
DXGetErrorString8
(
hr
));
hr
=
IDirectInputDevice_SetProperty
(
device
,
DIPROP_AXISMODE
,
&
dp
.
diph
);
...
...
dlls/mshtml/olecmd.c
View file @
bbb2b7fd
...
...
@@ -286,7 +286,7 @@ static HRESULT exec_print(HTMLDocument *This, DWORD nCmdexecopt, VARIANT *pvaIn,
}
if
(
opts_cnt
>=
3
)
FIXME
(
"Unsuported opts_cnt %d
\n
"
,
opts_cnt
);
FIXME
(
"Unsup
p
orted opts_cnt %d
\n
"
,
opts_cnt
);
SafeArrayUnaccessData
(
V_ARRAY
(
pvaIn
));
break
;
...
...
dlls/wined3d/device.c
View file @
bbb2b7fd
...
...
@@ -3486,7 +3486,7 @@ static void IWineD3DDeviceImpl_FindTexUnitMap(IWineD3DDeviceImpl *This) {
This
->
oneToOneTexUnitMap
=
TRUE
;
return
;
}
else
{
/* No pixel shader, and we do not have enough
t
texture units available. Try to skip NULL textures
/* No pixel shader, and we do not have enough texture units available. Try to skip NULL textures
* First, see if we can succeed at all
*/
tex
=
0
;
...
...
dlls/wined3d/state.c
View file @
bbb2b7fd
...
...
@@ -1748,7 +1748,7 @@ static void sampler(DWORD state, IWineD3DStateBlockImpl *stateblock) {
activate_dimensions
(
sampler
,
stateblock
);
if
(
stateblock
->
renderState
[
WINED3DRS_COLORKEYENABLE
]
&&
sampler
==
0
)
{
/* If color keying is enabled update the alpha test, it depends on the exist
a
nce
/* If color keying is enabled update the alpha test, it depends on the exist
e
nce
* of a color key in stage 0
*/
state_alpha
(
WINED3DRS_COLORKEYENABLE
,
stateblock
);
...
...
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