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
9f1aea2f
Commit
9f1aea2f
authored
May 05, 2004
by
Francois Gouget
Committed by
Alexandre Julliard
May 05, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
3d38e72d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
device.c
dlls/d3d8/device.c
+1
-1
audio.c
dlls/winmm/wineoss/audio.c
+1
-1
multimedia.sgml
documentation/multimedia.sgml
+4
-4
taskmgr.c
programs/taskmgr/taskmgr.c
+1
-1
No files found.
dlls/d3d8/device.c
View file @
9f1aea2f
...
...
@@ -1234,7 +1234,7 @@ HRESULT WINAPI IDirect3DDevice8Impl_SetRenderTarget(LPDIRECT3DDEVICE8 iface, I
numerous null pointer checks */
if
(
pNewZStencil
==
NULL
)
pNewZStencil
=
(
IDirect3DSurface8
*
)
This
->
stencilBufferTarget
;
/* If we are trying to set what we already have, dont bother */
/* If we are trying to set what we already have, don
'
t bother */
if
((
IDirect3DSurface8Impl
*
)
pRenderTarget
==
This
->
renderTarget
&&
(
IDirect3DSurface8Impl
*
)
pNewZStencil
==
This
->
stencilBufferTarget
)
{
TRACE
(
"Trying to do a NOP SetRenderTarget operation
\n
"
);
}
else
{
...
...
dlls/winmm/wineoss/audio.c
View file @
9f1aea2f
...
...
@@ -2756,7 +2756,7 @@ static HRESULT WINAPI IDsDriverBufferImpl_Stop(PIDSDRIVERBUFFER iface)
* so we need to somehow signal to our DirectSound implementation
* that it should completely recreate this HW buffer...
* this unexpected error code should do the trick... */
/* FIXME: ...unless we are doing full duplex, then its not nice to close the device */
/* FIXME: ...unless we are doing full duplex, then it
'
s not nice to close the device */
if
(
WOutDev
[
This
->
drv
->
wDevID
].
ossdev
->
open_count
==
1
)
return
DSERR_BUFFERLOST
;
...
...
documentation/multimedia.sgml
View file @
9f1aea2f
...
...
@@ -163,7 +163,7 @@
<
para
>
Both
Midi
in
and
Midi
out
are
provided
.
The
type
of
MIDI
devices
supported
is
external
MIDI
port
(
requires
a
n
MIDI
capable
device
-
supported
is
external
MIDI
port
(
requires
a
MIDI
capable
device
-
keyboard
...)
and
OPL
/
2
synthesis
(
the
OPL
/
2
patches
for
all
instruments
are
in
midiPatch
.
c
).
</
para
>
...
...
@@ -610,7 +610,7 @@
<para>
The implementation can be found in dlls/winmm/mciseq/mcimidi.c. Except
f
rom
the Record command, should be close to completion (except for non
f
or
the Record command, should be close to completion (except for non
blocking commands, as many MCI drivers).
</para>
...
...
@@ -758,8 +758,8 @@
<itemizedlist>
<listitem>
<para>
it seems that some program check what'
s
installed
in
registry
against
value
returned
by
drivers
.
Wine
is
currently
broken
it seems that some program
s
check what'
s
installed
in
registry
against
the
value
returned
by
drivers
.
Wine
is
currently
broken
regarding
this
point
.
</
para
>
</
listitem
>
...
...
programs/taskmgr/taskmgr.c
View file @
9f1aea2f
...
...
@@ -72,7 +72,7 @@ int APIENTRY WinMain(HINSTANCE hInstance,
SetPriorityClass
(
hProcess
,
HIGH_PRIORITY_CLASS
);
CloseHandle
(
hProcess
);
/* Now let
s get the SE_DEBUG_NAME priviled
ge
/* Now let
's get the SE_DEBUG_NAME privile
ge
* so that we can debug processes
*/
...
...
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