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
313a85f1
Commit
313a85f1
authored
Apr 10, 2008
by
Austin English
Committed by
Alexandre Julliard
Apr 17, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling fixes.
parent
d9e98ea3
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
28 additions
and
28 deletions
+28
-28
opengl.c
dlls/opengl32/tests/opengl.c
+2
-2
control.c
dlls/quartz/control.c
+1
-1
filesource.c
dlls/quartz/filesource.c
+1
-1
mpegsplit.c
dlls/quartz/mpegsplit.c
+1
-1
videorenderer.c
dlls/quartz/videorenderer.c
+1
-1
paint.c
dlls/riched20/paint.c
+2
-2
style.c
dlls/riched20/style.c
+1
-1
editor.c
dlls/riched20/tests/editor.c
+2
-2
undo.c
dlls/riched20/undo.c
+2
-2
ndr_marshall.c
dlls/rpcrt4/ndr_marshall.c
+1
-1
ndr_stubless.c
dlls/rpcrt4/ndr_stubless.c
+2
-2
ndr_stubless.h
dlls/rpcrt4/ndr_stubless.h
+1
-1
rpcrt4_main.c
dlls/rpcrt4/rpcrt4_main.c
+1
-1
rpcss_np_client.h
dlls/rpcrt4/rpcss_np_client.h
+1
-1
ndr_marshall.c
dlls/rpcrt4/tests/ndr_marshall.c
+1
-1
mpi.c
dlls/rsaenh/mpi.c
+4
-4
rc2.c
dlls/rsaenh/rc2.c
+1
-1
capability.c
dlls/sane.ds/capability.c
+2
-2
sane_i.h
dlls/sane.ds/sane_i.h
+1
-1
No files found.
dlls/opengl32/tests/opengl.c
View file @
313a85f1
...
...
@@ -97,7 +97,7 @@ static void test_pbuffers(HDC hdc)
* and a pixelformat that's only available for offscreen rendering (this means that only
* wglChoosePixelFormatARB and friends know about the format.
*
* The first thing we need are pixelformats with pbuffer capabilites.
* The first thing we need are pixelformats with pbuffer capabilit
i
es.
*/
res
=
pwglChoosePixelFormatARB
(
hdc
,
iAttribList
,
NULL
,
MAX_FORMATS
,
iFormats
,
&
nFormats
);
if
(
res
<=
0
)
...
...
@@ -214,7 +214,7 @@ static void test_choosepixelformat(HDC hdc)
* This test tries to proof the DONTCARE behavior by passing an almost 'empty' pfd to
* ChoosePixelFormat. The pfd only has some really needed flags (RGBA, window, double buffer) set.
* Further a 32 bit color buffer has been requested. The idea is that when a format with e.g. depth or stencil bits
* is returned, while there are also 'better' candidates in the list wi
ht
out them (but located AFTER the returned one)
* is returned, while there are also 'better' candidates in the list wi
th
out them (but located AFTER the returned one)
* that an option set to zero means DONTCARE. We try to proof this by checking the aux/depth/stencil bits.
* Proofing this behavior for the color bits isn't possible as all formats have red/green/blue/(alpha), so we assume
* that if it holds for aux/depth/stencil it also holds for the others.
...
...
dlls/quartz/control.c
View file @
313a85f1
...
...
@@ -102,7 +102,7 @@ static const IUnknownVtbl IInner_VTable =
SeekInner_Release
};
/* Generic functions for agg
egr
ation */
/* Generic functions for agg
reg
ation */
static
HRESULT
WINAPI
SeekOuter_QueryInterface
(
PassThruImpl
*
This
,
REFIID
riid
,
LPVOID
*
ppv
)
{
if
(
This
->
bAggregatable
)
...
...
dlls/quartz/filesource.c
View file @
313a85f1
...
...
@@ -783,7 +783,7 @@ static HRESULT AcceptProcAFR(LPVOID iface, const AM_MEDIA_TYPE *pmt)
return
S_FALSE
;
}
/* overriden pin functions */
/* overrid
d
en pin functions */
static
HRESULT
WINAPI
FileAsyncReaderPin_QueryInterface
(
IPin
*
iface
,
REFIID
riid
,
LPVOID
*
ppv
)
{
...
...
dlls/quartz/mpegsplit.c
View file @
313a85f1
...
...
@@ -708,7 +708,7 @@ static HRESULT MPEGSplitter_pre_connect(IPin *iface, IPin *pConnectPin)
This
->
Parser
.
pInputPin
->
rtStop
=
MEDIATIME_FROM_BYTES
(
This
->
EndOfFile
);
This
->
Parser
.
pInputPin
->
rtStart
=
This
->
Parser
.
pInputPin
->
rtCurrent
=
MEDIATIME_FROM_BYTES
(
This
->
header_bytes
);
/* http://mpgedit.org/mpgedit/mpeg_format/mpeghdr.htm has a whole readup on audio headers */
/* http://mpgedit.org/mpgedit/mpeg_format/mpeghdr.htm has a whole read
up on audio headers */
while
(
pos
+
3
<
This
->
EndOfFile
)
{
LONGLONG
length
=
0
;
...
...
dlls/quartz/videorenderer.c
View file @
313a85f1
...
...
@@ -493,7 +493,7 @@ HRESULT VideoRenderer_create(IUnknown * pUnkOuter, LPVOID * ppv)
HRESULT
VideoRendererDefault_create
(
IUnknown
*
pUnkOuter
,
LPVOID
*
ppv
)
{
/* TODO: Atte
n
mpt to use the VMR-7 renderer instead when possible */
/* TODO: Attempt to use the VMR-7 renderer instead when possible */
return
VideoRenderer_create
(
pUnkOuter
,
ppv
);
}
...
...
dlls/riched20/paint.c
View file @
313a85f1
...
...
@@ -595,7 +595,7 @@ void ME_Scroll(ME_TextEditor *editor, int value, int type)
switch
(
type
)
{
case
1
:
/*Scroll absolutly*/
/*Scroll absolut
e
ly*/
si
.
nPos
=
value
;
break
;
case
2
:
...
...
@@ -628,7 +628,7 @@ void ME_Scroll(ME_TextEditor *editor, int value, int type)
void
ME_UpdateScrollBar
(
ME_TextEditor
*
editor
)
{
/* Note that this is the only func
iton that should ever call SetScrolLInfo
/* Note that this is the only func
tion that should ever call SetScrolLInfo
* with SIF_PAGE or SIF_RANGE. SetScrollPos and SetScrollRange should never
* be used at all. */
...
...
dlls/riched20/style.c
View file @
313a85f1
...
...
@@ -341,7 +341,7 @@ void ME_CharFormatFromLogFont(HDC hDC, const LOGFONTW *lf, CHARFORMAT2W *fmt)
if
(
lf
->
lfItalic
)
fmt
->
dwEffects
|=
CFM_ITALIC
;
if
(
lf
->
lfUnderline
)
fmt
->
dwEffects
|=
CFM_UNDERLINE
;
/* notice that if a logfont was created with underline due to CFM_LINK, this
would add an erron
i
ous CFM_UNDERLINE. This isn't currently ever a problem */
would add an erronous CFM_UNDERLINE. This isn't currently ever a problem */
if
(
lf
->
lfStrikeOut
)
fmt
->
dwEffects
|=
CFM_STRIKEOUT
;
fmt
->
bPitchAndFamily
=
lf
->
lfPitchAndFamily
;
fmt
->
bCharSet
=
lf
->
lfCharSet
;
...
...
dlls/riched20/tests/editor.c
View file @
313a85f1
...
...
@@ -852,7 +852,7 @@ static void test_EM_SCROLL(void)
"a LONG LINE LONG LINE LONG LINE LONG LINE LONG LINE "
"LONG LINE LONG LINE LONG LINE LONG LINE LONG LINE "
"LONG LINE
\n
b
\n
c
\n
d
\n
e"
);
for
(
j
=
0
;
j
<
12
;
j
++
)
/* reset scrol position to top */
for
(
j
=
0
;
j
<
12
;
j
++
)
/* reset scrol
l
position to top */
SendMessage
(
hwndRichEdit
,
EM_SCROLL
,
SB_PAGEUP
,
0
);
/* get first visible line */
...
...
@@ -1532,7 +1532,7 @@ static DWORD CALLBACK test_EM_GETMODIFY_esCallback(DWORD_PTR dwCookie,
{
const
char
**
str
=
(
const
char
**
)
dwCookie
;
int
size
=
strlen
(
*
str
);
if
(
size
>
3
)
/* let's make it p
eice-
meal for fun */
if
(
size
>
3
)
/* let's make it p
iece
meal for fun */
size
=
3
;
*
pcb
=
cb
;
if
(
*
pcb
>
size
)
{
...
...
dlls/riched20/undo.c
View file @
313a85f1
...
...
@@ -247,7 +247,7 @@ void ME_Undo(ME_TextEditor *editor) {
if
(
!
editor
->
pUndoStack
)
return
;
/* watch out for uncommited transactions ! */
/* watch out for uncommit
t
ed transactions ! */
assert
(
editor
->
pUndoStack
->
type
==
diUndoEndTransaction
);
editor
->
nUndoMode
=
umAddToRedo
;
...
...
@@ -280,7 +280,7 @@ void ME_Redo(ME_TextEditor *editor) {
if
(
!
editor
->
pRedoStack
)
return
;
/* watch out for uncommited transactions ! */
/* watch out for uncommit
t
ed transactions ! */
assert
(
editor
->
pRedoStack
->
type
==
diUndoEndTransaction
);
editor
->
nUndoMode
=
umAddBackToUndo
;
...
...
dlls/rpcrt4/ndr_marshall.c
View file @
313a85f1
...
...
@@ -1901,7 +1901,7 @@ unsigned char * WINAPI NdrPointerMarshall(PMIDL_STUB_MESSAGE pStubMsg,
TRACE
(
"(%p,%p,%p)
\n
"
,
pStubMsg
,
pMemory
,
pFormat
);
/*
increm
ement the buffer here instead of in PointerMarshall,
/*
Incr
ement the buffer here instead of in PointerMarshall,
* as that is used by embedded pointers which already handle the incrementing
* the buffer, and shouldn't write any additional pointer data to the wire */
if
(
*
pFormat
!=
RPC_FC_RP
)
...
...
dlls/rpcrt4/ndr_stubless.c
View file @
313a85f1
...
...
@@ -448,7 +448,7 @@ static void client_do_args_old_format(PMIDL_STUB_MESSAGE pStubMsg,
/* counter */
unsigned
short
i
;
/* NOTE: V1 style format does't terminate on the number_of_params
/* NOTE: V1 style format does
n
't terminate on the number_of_params
* condition as it doesn't have this attribute. Instead it
* terminates when the stack size given in the header is exceeded.
*/
...
...
@@ -837,7 +837,7 @@ LONG_PTR WINAPIV NdrClientCall2(PMIDL_STUB_DESC pStubDesc, PFORMAT_STRING pForma
return
RetVal
;
}
/*
calls a function with the specific
ed arguments, restoring the stack
/*
Calls a function with the specifi
ed arguments, restoring the stack
* properly afterwards as we don't know the calling convention of the
* function */
#if defined __i386__ && defined _MSC_VER
...
...
dlls/rpcrt4/ndr_stubless.h
View file @
313a85f1
...
...
@@ -35,7 +35,7 @@ typedef struct _NDR_PROC_HEADER
* RPC_FC_BIND_PRIMITIVE = 32 - Implicit handle using handle_t created by
* calling application
* RPC_FC_AUTO_HANDLE = 33 - Automatic handle
* RPC_FC_CALLBACK_HANDLE = 34 - undocmented
* RPC_FC_CALLBACK_HANDLE = 34 - undoc
u
mented
*/
unsigned
char
handle_type
;
...
...
dlls/rpcrt4/rpcrt4_main.c
View file @
313a85f1
...
...
@@ -265,7 +265,7 @@ int WINAPI UuidEqual(UUID *Uuid1, UUID *Uuid2, RPC_STATUS *Status)
*
* PARAMS
* UUID *Uuid [I] Uuid to compare
* RPC_STATUS *Status [O] retuns RPC_S_OK
* RPC_STATUS *Status [O] retu
r
ns RPC_S_OK
*
* RETURNS
* TRUE/FALSE
...
...
dlls/rpcrt4/rpcss_np_client.h
View file @
313a85f1
...
...
@@ -23,4 +23,4 @@
HANDLE
RPC_RpcssNPConnect
(
void
);
BOOL
RPCRT4_SendReceiveNPMsg
(
HANDLE
,
PRPCSS_NP_MESSAGE
,
char
*
,
PRPCSS_NP_REPLY
);
#endif
/* __RPCSS_NP_CLI
NE
T_H */
#endif
/* __RPCSS_NP_CLI
EN
T_H */
dlls/rpcrt4/tests/ndr_marshall.c
View file @
313a85f1
...
...
@@ -698,7 +698,7 @@ todo_wine {
my_alloc_called
=
0
;
ok
(
StubMsg
.
MemorySize
==
0
,
"%s: memorysize touched in unmarshal
\n
"
,
msgpfx
);
/*
if we're a server we still use the suppil
ed memory */
/*
If we're a server we still use the suppli
ed memory */
StubMsg
.
Buffer
=
StubMsg
.
BufferStart
;
StubMsg
.
IsClient
=
0
;
ptr
=
NdrSimpleStructUnmarshall
(
&
StubMsg
,
&
mem
,
formattypes
,
0
);
...
...
dlls/rsaenh/mpi.c
View file @
313a85f1
...
...
@@ -367,7 +367,7 @@ fast_s_mp_mul_digs (const mp_int * a, const mp_int * b, mp_int * c, int digs)
tmpx
=
a
->
dp
+
tx
;
tmpy
=
b
->
dp
+
ty
;
/*
this is the number of times the loop will iterrate, essentially its
/*
This is the number of times the loop will iterate, essentially it's
while (tx++ < a->used && ty-- >= 0) { ... }
*/
iy
=
MIN
(
a
->
used
-
tx
,
ty
+
1
);
...
...
@@ -444,7 +444,7 @@ fast_s_mp_mul_high_digs (const mp_int * a, const mp_int * b, mp_int * c, int dig
tmpx
=
a
->
dp
+
tx
;
tmpy
=
b
->
dp
+
ty
;
/*
this is the number of times the loop will iterrate, essentially its
/*
This is the number of times the loop will iterate, essentially it's
while (tx++ < a->used && ty-- >= 0) { ... }
*/
iy
=
MIN
(
a
->
used
-
tx
,
ty
+
1
);
...
...
@@ -544,7 +544,7 @@ int fast_s_mp_sqr (const mp_int * a, mp_int * b)
tmpx
=
a
->
dp
+
tx
;
tmpy
=
a
->
dp
+
ty
;
/*
this is the number of times the loop will iterrate, essentially its
/*
This is the number of times the loop will iterate, essentially it's
while (tx++ < a->used && ty-- >= 0) { ... }
*/
iy
=
MIN
(
a
->
used
-
tx
,
ty
+
1
);
...
...
@@ -2259,7 +2259,7 @@ __ERR:mp_clear_multi (&x, &y, &u, &v, &A, &B, &C, &D, NULL);
* are saved. Note also that the call to mp_mul can end up back
* in this function if the a0, a1, b0, or b1 are above the threshold.
* This is known as divide-and-conquer and leads to the famous
* O(N**lg(3)) or O(N**1.584) work which is asympto
pically lower than
* O(N**lg(3)) or O(N**1.584) work which is asympto
tically lower than
* the standard O(N**2) that the baseline/comba methods use.
* Generally though the overhead of this method doesn't pay off
* until a certain size (N ~ 80) is reached.
...
...
dlls/rsaenh/rc2.c
View file @
313a85f1
...
...
@@ -70,7 +70,7 @@ int rc2_setup(const unsigned char *key, int keylen, int bits, int rounds, rc2_ke
* key schedule. One which is normal, and anther which has a hook to
* use a reduced key length.
* BSAFE uses the 'retarded' version. What I previously shipped is
* the same as specifying 1024 for the 'bits' parameter. B
safe
uses
* the same as specifying 1024 for the 'bits' parameter. B
SAFE
uses
* a version where the bits parameter is the same as len*8 */
/* Seems like MS uses the 'retarded' version, too.
* Adjust effective keylen bits */
...
...
dlls/sane.ds/capability.c
View file @
313a85f1
...
...
@@ -147,8 +147,8 @@ TW_UINT16 SANE_SaneCapability (pTW_CAPABILITY pCapability, TW_UINT16 action)
twCC
=
TWCC_CAPUNSUPPORTED
;
break
;
case
CAP_XFERCOUNT
:
/* This is a required capability that every source need to
support but we have
v't implemented
yet. */
/* This is a required capability that every source need
s
to
support but we have
n't implemented it
yet. */
twCC
=
TWCC_SUCCESS
;
break
;
/*case ICAP_COMPRESSION:*/
...
...
dlls/sane.ds/sane_i.h
View file @
313a85f1
...
...
@@ -70,7 +70,7 @@ struct tagActiveDS
BOOL
sane_param_valid
;
/* true if valid sane_param*/
INT
deviceIndex
;
/* index of the current device */
#endif
/* Capabi
b
lities */
/* Capabilities */
TW_UINT16
capXferMech
;
/* ICAP_XFERMECH */
}
activeDS
;
...
...
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