Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
c531e2ab
Commit
c531e2ab
authored
Apr 23, 2008
by
Austin English
Committed by
Alexandre Julliard
Apr 23, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling fixes.
parent
dd39c1f9
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
21 additions
and
21 deletions
+21
-21
pager.c
dlls/comctl32/pager.c
+4
-4
toolbar.c
dlls/comctl32/toolbar.c
+1
-1
comm.c
dlls/kernel32/comm.c
+2
-2
console.c
dlls/kernel32/console.c
+2
-2
compobj.c
dlls/ole32/compobj.c
+1
-1
stubmanager.c
dlls/ole32/stubmanager.c
+2
-2
typelib.c
dlls/oleaut32/typelib.c
+1
-1
directx.c
dlls/wined3d/directx.c
+3
-3
glsl_shader.c
dlls/wined3d/glsl_shader.c
+1
-1
utils.c
dlls/wined3d/utils.c
+2
-2
xfont.c
dlls/winex11.drv/xfont.c
+2
-2
No files found.
dlls/comctl32/pager.c
View file @
c531e2ab
...
...
@@ -555,8 +555,8 @@ static INT
PAGER_SetFixedWidth
(
PAGER_INFO
*
infoPtr
)
{
/* Must set the non-scrollable dimension to be less than the full height/width
* so that NCCalcSize is called. The Msoft docs mention 3/4 factor for button
* size, and experimentation shows that
a
ffect is almost right. */
* so that NCCalcSize is called. The M
icro
soft docs mention 3/4 factor for button
* size, and experimentation shows that
the e
ffect is almost right. */
RECT
wndRect
;
INT
delta
,
h
;
...
...
@@ -586,8 +586,8 @@ static INT
PAGER_SetFixedHeight
(
PAGER_INFO
*
infoPtr
)
{
/* Must set the non-scrollable dimension to be less than the full height/width
* so that NCCalcSize is called. The Msoft docs mention 3/4 factor for button
* size, and experimentation shows that
a
ffect is almost right. */
* so that NCCalcSize is called. The M
icro
soft docs mention 3/4 factor for button
* size, and experimentation shows that
the e
ffect is almost right. */
RECT
wndRect
;
INT
delta
,
w
;
...
...
dlls/comctl32/toolbar.c
View file @
c531e2ab
...
...
@@ -4984,7 +4984,7 @@ TOOLBAR_SetRows (HWND hwnd, WPARAM wParam, LPARAM lParam)
/* FIXME: Separators make this quite complex */
if
(
seps
)
FIXME
(
"Separators unhandled
\n
"
);
/* Round up so more per line, i
e
less rows */
/* Round up so more per line, i
.e.,
less rows */
idealWrap
=
(
infoPtr
->
nNumButtons
-
hidden
+
(
rows
-
1
))
/
rows
;
/* Calculate ideal wrap point if we are allowed to grow, but cannot
...
...
dlls/kernel32/comm.c
View file @
c531e2ab
...
...
@@ -779,7 +779,7 @@ static void dump_dcb(const DCB* lpdcb)
* SetCommState (KERNEL32.@)
*
* Re-initializes all hardware and control settings of a communications device,
* with values from a device control block without
e
ffecting the input and output
* with values from a device control block without
a
ffecting the input and output
* queues.
*
* PARAMS
...
...
@@ -789,7 +789,7 @@ static void dump_dcb(const DCB* lpdcb)
*
* RETURNS
*
* True on success, false on failure
eg
if the XonChar is equal to the XoffChar.
* True on success, false on failure
, e.g.,
if the XonChar is equal to the XoffChar.
*/
BOOL
WINAPI
SetCommState
(
HANDLE
handle
,
LPDCB
lpdcb
)
{
...
...
dlls/kernel32/console.c
View file @
c531e2ab
...
...
@@ -1749,8 +1749,8 @@ BOOL WINAPI GenerateConsoleCtrlEvent(DWORD dwCtrlEvent,
}
SERVER_END_REQ
;
/* FIXME:
shall this function be synchronous, ie
only return when all events
* have been handled by all processes in the given group
?
/* FIXME:
Shall this function be synchronous, i.e.,
only return when all events
* have been handled by all processes in the given group?
* As of today, we don't wait...
*/
return
ret
;
...
...
dlls/ole32/compobj.c
View file @
c531e2ab
...
...
@@ -206,7 +206,7 @@ static void COMPOBJ_InitProcess( void )
/* Dispatching to the correct thread in an apartment is done through
* window messages rather than RPC transports. When an interface is
* marshalled into another apartment in the same process, a window of the
* following class is created. The *caller* of CoMarshalInterface (i
e
the
* following class is created. The *caller* of CoMarshalInterface (i
.e.,
the
* application) is responsible for pumping the message loop in that thread.
* The WM_USER messages which point to the RPCs are then dispatched to
* COM_AptWndProc by the user's code from the apartment in which the interface
...
...
dlls/ole32/stubmanager.c
View file @
c531e2ab
...
...
@@ -87,8 +87,8 @@ struct stub_manager *new_stub_manager(APARTMENT *apt, IUnknown *object)
sm
->
oxid_info
.
dwAuthnHint
=
RPC_C_AUTHN_LEVEL_NONE
;
sm
->
oxid_info
.
psa
=
NULL
/* FIXME */
;
/*
y
es, that's right, this starts at zero. that's zero EXTERNAL
* refs, i
e nobody has unmarshalled anything yet. w
e can't have
/*
Y
es, that's right, this starts at zero. that's zero EXTERNAL
* refs, i
.e., nobody has unmarshalled anything yet. W
e can't have
* negative refs because the stub manager cannot be explicitly
* killed, it has to die by somebody unmarshalling then releasing
* the marshalled ifptr.
...
...
dlls/oleaut32/typelib.c
View file @
c531e2ab
...
...
@@ -2170,7 +2170,7 @@ static ITypeInfoImpl * MSFT_DoTypeInfo(
break
;
case
TKIND_DISPATCH
:
/* This is not -1 when the interface is a non-base dual interface or
when a dispinterface wraps an interface
ie
the idl 'dispinterface x {interface y;};'.
when a dispinterface wraps an interface
, i.e.,
the idl 'dispinterface x {interface y;};'.
Note however that GetRefTypeOfImplType(0) always returns a ref to IDispatch and
not this interface.
*/
...
...
dlls/wined3d/directx.c
View file @
c531e2ab
...
...
@@ -175,9 +175,9 @@ glAttribFunc normal_funcs[WINED3DDECLTYPE_UNUSED];
glTexAttribFunc
texcoord_funcs
[
WINED3DDECLTYPE_UNUSED
];
/**
* Note: GL seems to trap if GetDeviceCaps is called before any HWND's created
* i
e
there is no GL Context - Get a default rendering context to enable the
* function query some info from GL
* Note: GL seems to trap if GetDeviceCaps is called before any HWND's created
,
* i
.e.,
there is no GL Context - Get a default rendering context to enable the
* function query some info from GL
.
*/
static
int
wined3d_fake_gl_context_ref
=
0
;
...
...
dlls/wined3d/glsl_shader.c
View file @
c531e2ab
...
...
@@ -686,7 +686,7 @@ void shader_generate_glsl_declarations(
shader_addline
(
buffer
,
"attribute vec4 attrib%i;
\n
"
,
i
);
}
/* Declare loop registers a
l
x */
/* Declare loop registers a
L
x */
for
(
i
=
0
;
i
<
reg_maps
->
loop_depth
;
i
++
)
{
shader_addline
(
buffer
,
"int aL%u;
\n
"
,
i
);
shader_addline
(
buffer
,
"int tmpInt%u;
\n
"
,
i
);
...
...
dlls/wined3d/utils.c
View file @
c531e2ab
...
...
@@ -1583,11 +1583,11 @@ void set_tex_op(IWineD3DDevice *iface, BOOL isAlpha, int Stage, WINED3DTEXTUREOP
the form (a1 <operation> a2). However, some of the more complex operations
take 3 parameters. Instead of the (sensible) addition of a3, Microsoft added
in a third parameter called a0. Therefore these are operations of the form
a0 <operation> a1 <operation> a2, i
e
the new parameter goes to the front.
a0 <operation> a1 <operation> a2, i
.e.,
the new parameter goes to the front.
However, below we treat the new (a0) parameter as src2/opr2, so in the actual
functions below, expect their syntax to differ slightly to those listed in the
manuals, i
e
replace arg1 with arg3, arg2 with arg1 and arg3 with arg2
manuals, i
.e.,
replace arg1 with arg3, arg2 with arg1 and arg3 with arg2
This affects WINED3DTOP_MULTIPLYADD and WINED3DTOP_LERP */
if
(
isAlpha
)
{
...
...
dlls/winex11.drv/xfont.c
View file @
c531e2ab
...
...
@@ -1015,7 +1015,7 @@ static BOOL LFD_ComposeLFD( const fontObject* fo,
aLFD
.
charset_encoding
=
any
;
break
;
case
255
:
/* no suffix - it ends
eg
"-ascii" */
case
255
:
/* no suffix - it ends
, e.g.,
"-ascii" */
aLFD
.
charset_encoding
=
NULL
;
break
;
}
...
...
@@ -1715,7 +1715,7 @@ static LPCSTR XFONT_UnAlias(char* font)
XFONT_InitialCapitals
(
font
);
/* to remove extra white space */
for
(
fa
=
aliasTable
;
fa
;
fa
=
fa
->
next
)
/* use case insensitive matching to handle
eg
"MS Sans Serif" */
/* use case insensitive matching to handle
, e.g.,
"MS Sans Serif" */
if
(
!
strcasecmp
(
fa
->
faAlias
,
font
)
)
{
TRACE
(
"found alias '%s'->%s'
\n
"
,
font
,
fa
->
faTypeFace
);
...
...
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