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
c4b1195c
Commit
c4b1195c
authored
Oct 23, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 23, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
b1335db3
Hide whitespace changes
Inline
Side-by-side
Showing
30 changed files
with
59 additions
and
58 deletions
+59
-58
listview.c
dlls/comctl32/listview.c
+1
-1
theming.c
dlls/comctl32/theming.c
+1
-1
printdlg.c
dlls/comdlg32/printdlg.c
+3
-3
printdlg16.c
dlls/comdlg32/printdlg16.c
+1
-1
crypt32_private.h
dlls/crypt32/crypt32_private.h
+1
-1
dplay.c
dlls/dplayx/dplay.c
+2
-2
mixer.c
dlls/dsound/mixer.c
+1
-1
region.c
dlls/gdi32/region.c
+2
-2
appsearch.c
dlls/msi/appsearch.c
+1
-1
filemoniker.c
dlls/ole32/filemoniker.c
+2
-2
ole2.c
dlls/ole32/ole2.c
+1
-1
vartest.c
dlls/oleaut32/tests/vartest.c
+2
-2
typelib.c
dlls/oleaut32/typelib.c
+1
-1
make_opengl
dlls/opengl32/make_opengl
+2
-2
rtf.h
dlls/riched20/rtf.h
+1
-1
usp10.c
dlls/usp10/tests/usp10.c
+1
-1
device.c
dlls/wined3d/device.c
+1
-1
dosaspi.c
dlls/winedos/dosaspi.c
+1
-1
audio.c
dlls/winejack.drv/audio.c
+2
-2
dib.c
dlls/winex11.drv/dib.c
+4
-4
dib_convert.c
dlls/winex11.drv/dib_convert.c
+6
-6
dib_dst_swap.c
dlls/winex11.drv/dib_dst_swap.c
+6
-6
dib_src_swap.c
dlls/winex11.drv/dib_src_swap.c
+6
-6
mouse.c
dlls/winex11.drv/mouse.c
+1
-1
urlcache.c
dlls/wininet/urlcache.c
+1
-1
systray.c
programs/explorer/systray.c
+1
-1
applpage.c
programs/taskmgr/applpage.c
+1
-1
graphctl.c
programs/taskmgr/graphctl.c
+2
-2
stack.c
programs/winedbg/stack.c
+2
-2
README
tools/winedump/README
+2
-1
No files found.
dlls/comctl32/listview.c
View file @
c4b1195c
...
...
@@ -6491,7 +6491,7 @@ static BOOL LISTVIEW_RedrawItems(const LISTVIEW_INFO *infoPtr, INT nFirst, INT n
* be scrolled only in line increments. "dy" will be rounded to the
* nearest number of pixels that are a whole line. Ex: if line height
* is 16 and an 8 is passed, the list will be scrolled by 16. If a 7
* is passed
the
the scroll will be 0. (per MSDN 7/2002)
* is passed
, then
the scroll will be 0. (per MSDN 7/2002)
*
* For: (per experimentaion with native control and CSpy ListView)
* LVS_ICON dy=1 = 1 pixel (vertical only)
...
...
dlls/comctl32/theming.c
View file @
c4b1195c
...
...
@@ -68,7 +68,7 @@ static ATOM atSubclassProp;
/* Generate a number of subclass window procs.
* With a single proc alone, we can't really reliably find out the superclass,
* so have one for each subclass. The subclass number is also stored in a prop
* since it's needed by THEMING_CallOriginalClass(). Then, the
the subclass
* since it's needed by THEMING_CallOriginalClass(). Then, the
subclass
* proc and ref data are fetched and the proc called.
*/
#define MAKE_SUBCLASS_PROC(N) \
...
...
dlls/comdlg32/printdlg.c
View file @
c4b1195c
...
...
@@ -1987,7 +1987,7 @@ static BOOL PRINTDLG_CreateDCW(LPPRINTDLGW lppd)
/***********************************************************************
* PrintDlgA (COMDLG32.@)
*
* Displays the
the
PRINT dialog box, which enables the user to specify
* Displays the PRINT dialog box, which enables the user to specify
* specific properties of the print job.
*
* PARAMS
...
...
@@ -3359,7 +3359,7 @@ PageDlgProcW(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
/***********************************************************************
* PageSetupDlgA (COMDLG32.@)
*
* Displays the
the
PAGE SETUP dialog box, which enables the user to specify
* Displays the PAGE SETUP dialog box, which enables the user to specify
* specific properties of a printed page such as
* size, source, orientation and the width of the page margins.
*
...
...
@@ -3584,7 +3584,7 @@ HRESULT WINAPI PrintDlgExA(LPPRINTDLGEXA lpPrintDlgExA)
/***********************************************************************
* PrintDlgExW (COMDLG32.@)
*
* Display
the
the PRINT dialog box, which enables the user to specify
* Display
s
the PRINT dialog box, which enables the user to specify
* specific properties of the print job. The property sheet can also have
* additional application-specific and driver-specific property pages.
*
...
...
dlls/comdlg32/printdlg16.c
View file @
c4b1195c
...
...
@@ -327,7 +327,7 @@ static HGLOBAL16 PRINTDLG_GetDlgTemplate16(const PRINTDLG16 *lppd)
/***********************************************************************
* PrintDlg (COMMDLG.20)
*
* Displays the
the
PRINT dialog box, which enables the user to specify
* Displays the PRINT dialog box, which enables the user to specify
* specific properties of the print job.
*
* RETURNS
...
...
dlls/crypt32/crypt32_private.h
View file @
c4b1195c
...
...
@@ -275,7 +275,7 @@ const void *CRYPT_ReadSerializedElement(const BYTE *pbElement,
*/
BOOL
CRYPT_ReadSerializedStoreFromFile
(
HANDLE
file
,
HCERTSTORE
store
);
/* Fixes up the
the
pointers in info, where info is assumed to be a
/* Fixes up the pointers in info, where info is assumed to be a
* CRYPT_KEY_PROV_INFO, followed by its container name, provider name, and any
* provider parameters, in a contiguous buffer, but where info's pointers are
* assumed to be invalid. Upon return, info's pointers point to the
...
...
dlls/dplayx/dplay.c
View file @
c4b1195c
...
...
@@ -5281,14 +5281,14 @@ static HRESULT DirectPlayEnumerateAW(LPDPENUMDPCALLBACKA lpEnumCallbackA,
/* The enumeration will return FALSE if we are not to continue.
*
* Note: on my windows box, major / minor version is 6 / 0 for all service providers
* and have no relation
s
to any of the two dwReserved1 and dwReserved2 keys.
* and have no relation to any of the two dwReserved1 and dwReserved2 keys.
* I think that it simply means that they are in-line with DirectX 6.0
*/
if
(
lpEnumCallbackA
)
{
DWORD
sizeOfDescription
=
0
;
/* Note that this
the
the A case of this function, so use the A variant to get the description string */
/* Note that this
is
the A case of this function, so use the A variant to get the description string */
if
(
RegQueryValueExA
(
hkServiceProvider
,
"DescriptionA"
,
NULL
,
NULL
,
NULL
,
&
sizeOfDescription
)
!=
ERROR_SUCCESS
)
{
...
...
dlls/dsound/mixer.c
View file @
c4b1195c
...
...
@@ -639,7 +639,7 @@ static DWORD DSOUND_MixInBuffer(IDirectSoundBufferImpl *dsb, DWORD writepos, DWO
*/
static
DWORD
DSOUND_MixOne
(
IDirectSoundBufferImpl
*
dsb
,
DWORD
writepos
,
DWORD
mixlen
)
{
/* The buffer's primary_mixpos may be before or after the
the
device
/* The buffer's primary_mixpos may be before or after the device
* buffer's mixpos, but both must be ahead of writepos. */
DWORD
primary_done
;
...
...
dlls/gdi32/region.c
View file @
c4b1195c
...
...
@@ -894,7 +894,7 @@ HRGN WINAPI CreateRoundRectRgn( INT left, INT top,
*
* NOTES
* This is a special case of CreateRoundRectRgn() where the width of the
* ellipse at each corner is equal to the width the
the
rectangle and
* ellipse at each corner is equal to the width the rectangle and
* the same for the height.
*/
HRGN
WINAPI
CreateEllipticRgn
(
INT
left
,
INT
top
,
...
...
@@ -919,7 +919,7 @@ HRGN WINAPI CreateEllipticRgn( INT left, INT top,
*
* NOTES
* This is a special case of CreateRoundRectRgn() where the width of the
* ellipse at each corner is equal to the width the
the
rectangle and
* ellipse at each corner is equal to the width the rectangle and
* the same for the height.
*/
HRGN
WINAPI
CreateEllipticRgnIndirect
(
const
RECT
*
rect
)
...
...
dlls/msi/appsearch.c
View file @
c4b1195c
...
...
@@ -73,7 +73,7 @@ static void ACTION_VerStrToInteger(LPCWSTR verStr, PDWORD ms, PDWORD ls)
*
ls
=
x3
<<
16
|
x4
;
}
/* Fills in sig with the
the
values from the Signature table, where name is the
/* Fills in sig with the values from the Signature table, where name is the
* signature to find. Upon return, sig->File will be NULL if the record is not
* found, and not NULL if it is found.
* Warning: clears all fields in sig!
...
...
dlls/ole32/filemoniker.c
View file @
c4b1195c
...
...
@@ -315,7 +315,7 @@ FileMonikerImpl_Load(IMoniker* iface, IStream* pStm)
*
* This function saves data of this object. In the beginning I thought
* that I have just to write the filePath string on Stream. But, when I
* tested this function with windows program
s
samples, I noticed that it
* tested this function with windows program samples, I noticed that it
* was not the case. This implementation is based on XP SP2. Other versions
* of Windows have minor variations.
*
...
...
@@ -328,7 +328,7 @@ FileMonikerImpl_Load(IMoniker* iface, IStream* pStm)
* 6) If we're only writing the multibyte version,
* write a zero DWORD and finish.
*
* 7) DWORD: double-length of the
the
path string type W ("\0" not
* 7) DWORD: double-length of the path string type W ("\0" not
* included)
* 8) WORD constant: 0x3
* 9) filePath unicode string.
...
...
dlls/ole32/ole2.c
View file @
c4b1195c
...
...
@@ -520,7 +520,7 @@ HRESULT WINAPI DoDragDrop (
msg
.
message
=
0
;
/*
* Pump messages. All mouse input should go t
he
the capture window.
* Pump messages. All mouse input should go t
o
the capture window.
*/
while
(
!
trackerInfo
.
trackingDone
&&
GetMessageA
(
&
msg
,
0
,
0
,
0
)
)
{
...
...
dlls/oleaut32/tests/vartest.c
View file @
c4b1195c
...
...
@@ -3142,7 +3142,7 @@ static void test_VarRound(void)
VARROUND
(
DATE
,
1
.
451
,
1
,
DATE
,
1
.
5
);
VARROUND
(
DATE
,
-
1
.
45
,
1
,
DATE
,
-
1
.
4
);
/* replace the decimal sep
e
rator */
/* replace the decimal sep
a
rator */
GetLocaleInfoA
(
LOCALE_USER_DEFAULT
,
LOCALE_SDECIMAL
,
buff
,
sizeof
(
buff
)
/
sizeof
(
char
));
if
(
!
buff
[
1
])
{
szNumMin
[
2
]
=
buff
[
0
];
...
...
@@ -7889,7 +7889,7 @@ static void test_VarImp(void)
BOOL
bFail
=
FALSE
;
SKIPTESTIMP
(
rightvt
);
/* Native crashes
using the
the extra flag VT_BYREF
/* Native crashes
when using
the extra flag VT_BYREF
* or with the following VT combinations
*/
if
((
leftvt
==
VT_UI4
&&
rightvt
==
VT_BSTR
)
||
...
...
dlls/oleaut32/typelib.c
View file @
c4b1195c
...
...
@@ -3076,7 +3076,7 @@ static void SLTG_DoFuncs(char *pBlk, char *pFirstItem, ITypeInfoImpl *pTI,
pointing at an alpha-numeric char. However if *pArg is
0xffff or 0xfffe then the param has no name, the former
meaning that the next WORD is the type, the latter
meaning th
e
the next WORD is an offset to the type. */
meaning th
at
the next WORD is an offset to the type. */
HaveOffs
=
FALSE
;
if
(
*
pArg
==
0xffff
)
...
...
dlls/opengl32/make_opengl
View file @
c4b1195c
...
...
@@ -309,8 +309,8 @@ if ($version eq "1.0") {
#
# Open the registry files
#
open
(
TYPES
,
"$registry_path/gl.tm"
)
||
die
"Could not open 'gl.tm'. Please check your path
the
the registry files.\n"
;
open
(
REGISTRY
,
"$registry_path/gl.spec"
)
||
die
"Could not open 'gl.spec'. Please check your path
the
the registry files.\n"
;
open
(
TYPES
,
"$registry_path/gl.tm"
)
||
die
"Could not open 'gl.tm'. Please check your path
in
the registry files.\n"
;
open
(
REGISTRY
,
"$registry_path/gl.spec"
)
||
die
"Could not open 'gl.spec'. Please check your path
in
the registry files.\n"
;
#
# First, create a mapping between the pseudo types used in the spec file
...
...
dlls/riched20/rtf.h
View file @
c4b1195c
...
...
@@ -961,7 +961,7 @@ struct RTFFont
/*
* Color values are -1 if the default color for the
the
color
* Color values are -1 if the default color for the color
* number should be used. The default color is writer-dependent.
*/
...
...
dlls/usp10/tests/usp10.c
View file @
c4b1195c
...
...
@@ -791,7 +791,7 @@ static void test_ScriptStringXtoCP_CPtoX(HDC hdc)
iTrailing
,
X
);
/*
* Cleanup the
the
SSA for the next round of tests
* Cleanup the SSA for the next round of tests
*/
hr
=
ScriptStringFree
(
&
ssa
);
ok
(
hr
==
S_OK
,
"ScriptStringFree should return S_OK not %08x
\n
"
,
hr
);
...
...
dlls/wined3d/device.c
View file @
c4b1195c
...
...
@@ -4361,7 +4361,7 @@ static HRESULT WINAPI IWineD3DDeviceImpl_SetTexture(IWineD3DDevice *iface, DWORD
}
/** NOTE: MSDN says that setTexture increases the reference count,
* and th
e
the application must set the texture back to null (or have a leaky application),
* and th
at
the application must set the texture back to null (or have a leaky application),
* This means we should pass the refcount up to the parent
*******************************/
if
(
NULL
!=
This
->
updateStateBlock
->
textures
[
Stage
])
{
...
...
dlls/winedos/dosaspi.c
View file @
c4b1195c
...
...
@@ -90,7 +90,7 @@ DOSASPI_PostProc( SRB_ExecSCSICmd *lpPRB )
ctx
.
Eip
=
OFFSETOF
(
lpSRB16
->
cmd
.
SRB_PostProc
);
/* DPMI_CallRMProc will push the pointer to the stack
* it is given (in this case &ptrSRB) with length
* 2*sizeof(WORD), that is, it copies the
the
contents
* 2*sizeof(WORD), that is, it copies the contents
* of ptrSRB onto the stack, and decs sp by 2*sizeof(WORD).
* After doing that, it pushes the return address
* onto the stack (so we don't need to worry about that)
...
...
dlls/winejack.drv/audio.c
View file @
c4b1195c
...
...
@@ -489,7 +489,7 @@ int JACK_callback_wwo (nframes_t nframes, void *arg)
/******************************************************************
* JACK_bufsize_wwo
*
* Called whenever the jack server changes the
the max number
* Called whenever the jack server changes the
max number
* of frames passed to JACK_callback
*/
int
JACK_bufsize_wwo
(
nframes_t
nframes
,
void
*
arg
)
...
...
@@ -537,7 +537,7 @@ int JACK_bufsize_wwo (nframes_t nframes, void *arg)
/******************************************************************
* JACK_bufsize_wwi
*
* Called whenever the jack server changes the
the max number
* Called whenever the jack server changes the
max number
* of frames passed to JACK_callback
*/
int
JACK_bufsize_wwi
(
nframes_t
nframes
,
void
*
arg
)
...
...
dlls/winex11.drv/dib.c
View file @
c4b1195c
...
...
@@ -1190,7 +1190,7 @@ static void X11DRV_DIB_GetImageBits_4( int lines, BYTE *dstbits,
srcbyte
+=
6
;
}
if
(
width
&
1
)
{
/* And the the odd pixel */
/* And the
n
the odd pixel */
*
dstbyte
++=
(
X11DRV_DIB_GetNearestIndex
(
colors
,
16
,
srcbyte
[
2
],
...
...
@@ -1220,7 +1220,7 @@ static void X11DRV_DIB_GetImageBits_4( int lines, BYTE *dstbits,
srcbyte
+=
6
;
}
if
(
width
&
1
)
{
/* And the the odd pixel */
/* And the
n
the odd pixel */
*
dstbyte
++=
(
X11DRV_DIB_GetNearestIndex
(
colors
,
16
,
srcbyte
[
0
],
...
...
@@ -1266,7 +1266,7 @@ static void X11DRV_DIB_GetImageBits_4( int lines, BYTE *dstbits,
srcbyte
+=
8
;
}
if
(
width
&
1
)
{
/* And the the odd pixel */
/* And the
n
the odd pixel */
*
dstbyte
++=
(
X11DRV_DIB_GetNearestIndex
(
colors
,
16
,
srcbyte
[
2
],
...
...
@@ -1296,7 +1296,7 @@ static void X11DRV_DIB_GetImageBits_4( int lines, BYTE *dstbits,
srcbyte
+=
8
;
}
if
(
width
&
1
)
{
/* And the the odd pixel */
/* And the
n
the odd pixel */
*
dstbyte
++=
(
X11DRV_DIB_GetNearestIndex
(
colors
,
16
,
srcbyte
[
0
],
...
...
dlls/winex11.drv/dib_convert.c
View file @
c4b1195c
...
...
@@ -111,7 +111,7 @@ static void convert_555_reverse(int width, int height,
((
srcval
>>
10
)
&
0x001f001f
);
/* l */
}
if
(
width
&
1
)
{
/* And the the odd pixel */
/* And the
n
the odd pixel */
WORD
srcval
;
srcval
=*
((
const
WORD
*
)
srcpixel
);
*
((
WORD
*
)
dstpixel
)
=
((
srcval
<<
10
)
&
0x7c00
)
|
/* h */
...
...
@@ -143,7 +143,7 @@ static void convert_555_to_565_asis(int width, int height,
(
srcval
&
0x001f001f
);
/* l */
}
if
(
width
&
1
)
{
/* And the the odd pixel */
/* And the
n
the odd pixel */
WORD
srcval
;
srcval
=*
((
const
WORD
*
)
srcpixel
);
*
((
WORD
*
)
dstpixel
)
=
((
srcval
<<
1
)
&
0xffc0
)
|
/* h, g */
...
...
@@ -176,7 +176,7 @@ static void convert_555_to_565_reverse(int width, int height,
((
srcval
<<
11
)
&
0xf800f800
);
/* l */
}
if
(
width
&
1
)
{
/* And the the odd pixel */
/* And the
n
the odd pixel */
WORD
srcval
;
srcval
=*
((
const
WORD
*
)
srcpixel
);
*
((
WORD
*
)
dstpixel
)
=
((
srcval
>>
10
)
&
0x001f
)
|
/* h */
...
...
@@ -380,7 +380,7 @@ static void convert_565_reverse(int width, int height,
((
srcval
>>
11
)
&
0x001f001f
);
/* l */
}
if
(
width
&
1
)
{
/* And the the odd pixel */
/* And the
n
the odd pixel */
WORD
srcval
;
srcval
=*
((
const
WORD
*
)
srcpixel
);
*
((
WORD
*
)
dstpixel
)
=
((
srcval
<<
11
)
&
0xf800
)
|
/* h */
...
...
@@ -411,7 +411,7 @@ static void convert_565_to_555_asis(int width, int height,
(
srcval
&
0x001f001f
);
/* l */
}
if
(
width
&
1
)
{
/* And the the odd pixel */
/* And the
n
the odd pixel */
WORD
srcval
;
srcval
=*
((
const
WORD
*
)
srcpixel
);
*
((
WORD
*
)
dstpixel
)
=
((
srcval
>>
1
)
&
0x7fe0
)
|
/* h, g */
...
...
@@ -442,7 +442,7 @@ static void convert_565_to_555_reverse(int width, int height,
((
srcval
<<
10
)
&
0x7c007c00
);
/* l */
}
if
(
width
&
1
)
{
/* And the the odd pixel */
/* And the
n
the odd pixel */
WORD
srcval
;
srcval
=*
((
const
WORD
*
)
srcpixel
);
*
((
WORD
*
)
dstpixel
)
=
((
srcval
>>
11
)
&
0x001f
)
|
/* h */
...
...
dlls/winex11.drv/dib_dst_swap.c
View file @
c4b1195c
...
...
@@ -94,7 +94,7 @@ static void convert_555_reverse_dst_byteswap(int width, int height,
((
srcval
<<
2
)
&
0x007c007c
);
/* l */
}
if
(
width
&
1
)
{
/* And the the odd pixel */
/* And the
n
the odd pixel */
WORD
srcval
;
srcval
=*
((
const
WORD
*
)
srcpixel
);
*
((
WORD
*
)
dstpixel
)
=
((
srcval
>>
2
)
&
0x1f00
)
|
/* h */
...
...
@@ -128,7 +128,7 @@ static void convert_555_to_565_asis_dst_byteswap(int width, int height,
((
srcval
<<
8
)
&
0x1f001f00
);
/* l */
}
if
(
width
&
1
)
{
/* And the the odd pixel */
/* And the
n
the odd pixel */
WORD
srcval
;
srcval
=*
((
const
WORD
*
)
srcpixel
);
*
((
WORD
*
)
dstpixel
)
=
((
srcval
>>
7
)
&
0x00ff
)
|
/* h, g - 3 bits */
...
...
@@ -163,7 +163,7 @@ static void convert_555_to_565_reverse_dst_byteswap(int width, int height,
((
srcval
<<
3
)
&
0x00f800f8
);
/* l */
}
if
(
width
&
1
)
{
/* And the the odd pixel */
/* And the
n
the odd pixel */
WORD
srcval
;
srcval
=*
((
const
WORD
*
)
srcpixel
);
*
((
WORD
*
)
dstpixel
)
=
((
srcval
>>
2
)
&
0x1f00
)
|
/* h */
...
...
@@ -441,7 +441,7 @@ static void convert_565_reverse_dst_byteswap(int width, int height,
((
srcval
<<
3
)
&
0x00f800f8
);
/* l */
}
if
(
width
&
1
)
{
/* And the the odd pixel */
/* And the
n
the odd pixel */
WORD
srcval
;
srcval
=*
((
const
WORD
*
)
srcpixel
);
*
((
WORD
*
)
dstpixel
)
=
((
srcval
>>
3
)
&
0x1f00
)
|
/* h */
...
...
@@ -474,7 +474,7 @@ static void convert_565_to_555_asis_dst_byteswap(int width, int height,
((
srcval
>>
9
)
&
0x007f007f
);
/* h, g - 2 bits */
}
if
(
width
&
1
)
{
/* And the the odd pixel */
/* And the
n
the odd pixel */
WORD
srcval
;
srcval
=*
((
const
WORD
*
)
srcpixel
);
*
((
WORD
*
)
dstpixel
)
=
((
srcval
<<
7
)
&
0xe000
)
|
/* g - 3 bits*/
...
...
@@ -507,7 +507,7 @@ static void convert_565_to_555_reverse_dst_byteswap(int width, int height,
((
srcval
>>
9
)
&
0x00030003
);
/* g - 2 bits */
}
if
(
width
&
1
)
{
/* And the the odd pixel */
/* And the
n
the odd pixel */
WORD
srcval
;
srcval
=*
((
const
WORD
*
)
srcpixel
);
*
((
WORD
*
)
dstpixel
)
=
((
srcval
<<
7
)
&
0xe000
)
|
/* g - 3 bits */
...
...
dlls/winex11.drv/dib_src_swap.c
View file @
c4b1195c
...
...
@@ -96,7 +96,7 @@ static void convert_555_reverse_src_byteswap(int width, int height,
((
srcval
<<
2
)
&
0x7c007c00
);
/* l */
}
if
(
width
&
1
)
{
/* And the the odd pixel */
/* And the
n
the odd pixel */
WORD
srcval
;
srcval
=*
((
const
WORD
*
)
srcpixel
);
*
((
WORD
*
)
dstpixel
)
=
((
srcval
>>
2
)
&
0x001f
)
|
/* h */
...
...
@@ -130,7 +130,7 @@ static void convert_555_to_565_asis_src_byteswap(int width, int height,
((
srcval
>>
8
)
&
0x001f001f
);
/* l */
}
if
(
width
&
1
)
{
/* And the the odd pixel */
/* And the
n
the odd pixel */
WORD
srcval
;
srcval
=*
((
const
WORD
*
)
srcpixel
);
*
((
WORD
*
)
dstpixel
)
=
((
srcval
<<
9
)
&
0xfe00
)
|
/* h, g - 2bits*/
...
...
@@ -165,7 +165,7 @@ static void convert_555_to_565_reverse_src_byteswap(int width, int height,
((
srcval
<<
3
)
&
0xf800f800
);
/* l */
}
if
(
width
&
1
)
{
/* And the the odd pixel */
/* And the
n
the odd pixel */
WORD
srcval
;
srcval
=*
((
const
WORD
*
)
srcpixel
);
*
((
WORD
*
)
dstpixel
)
=
((
srcval
>>
2
)
&
0x001f
)
|
/* h */
...
...
@@ -381,7 +381,7 @@ static void convert_565_reverse_src_byteswap(int width, int height,
((
srcval
>>
3
)
&
0x001f001f
);
/* h */
}
if
(
width
&
1
)
{
/* And the the odd pixel */
/* And the
n
the odd pixel */
WORD
srcval
;
srcval
=*
((
const
WORD
*
)
srcpixel
);
*
((
WORD
*
)
dstpixel
)
=
((
srcval
<<
3
)
&
0xf800
)
|
/* l */
...
...
@@ -414,7 +414,7 @@ static void convert_565_to_555_asis_src_byteswap(int width, int height,
((
srcval
>>
8
)
&
0x001f001f
);
/* l */
}
if
(
width
&
1
)
{
/* And the the odd pixel */
/* And the
n
the odd pixel */
WORD
srcval
;
srcval
=*
((
const
WORD
*
)
srcpixel
);
*
((
WORD
*
)
dstpixel
)
=
((
srcval
<<
7
)
&
0x7f80
)
|
/* h, g - 3 bits */
...
...
@@ -447,7 +447,7 @@ static void convert_565_to_555_reverse_src_byteswap(int width, int height,
((
srcval
<<
2
)
&
0x7c007c00
);
/* l */
}
if
(
width
&
1
)
{
/* And the the odd pixel */
/* And the
n
the odd pixel */
WORD
srcval
;
srcval
=*
((
const
WORD
*
)
srcpixel
);
*
((
WORD
*
)
dstpixel
)
=
((
srcval
>>
3
)
&
0x001f
)
|
/* h */
...
...
dlls/winex11.drv/mouse.c
View file @
c4b1195c
...
...
@@ -436,7 +436,7 @@ static XcursorImage *create_cursor_image( CURSORICONINFO *ptr )
* background color.
*
* Since we can't support inverting colors, we map the grayscale value of
* the "xor" data to the alpha channel, and xor the
the
color with either
* the "xor" data to the alpha channel, and xor the color with either
* black or white.
*/
for
(
y
=
0
;
y
<
ymax
;
++
y
)
...
...
dlls/wininet/urlcache.c
View file @
c4b1195c
...
...
@@ -1002,7 +1002,7 @@ static BOOL URLCache_CopyEntry(
* URLCache_SetEntryInfo (Internal)
*
* Helper for SetUrlCacheEntryInfo{A,W}. Sets fields in URL entry
* according t
he
the flags set by dwFieldControl.
* according t
o
the flags set by dwFieldControl.
*
* RETURNS
* TRUE if the buffer was big enough
...
...
programs/explorer/systray.c
View file @
c4b1195c
...
...
@@ -402,7 +402,7 @@ static BOOL is_systray_hidden(void)
return
ret
;
}
/* this function creates the
the
listener window */
/* this function creates the listener window */
void
initialize_systray
(
void
)
{
WNDCLASSEX
class
;
...
...
programs/taskmgr/applpage.c
View file @
c4b1195c
...
...
@@ -70,7 +70,7 @@ static void ApplicationPageUpdate(void)
EnableWindow
(
hApplicationPageSwitchToButton
,
FALSE
);
}
/* If we are on the applications tab
the
the windows menu will */
/* If we are on the applications tab
, then
the windows menu will */
/* be present on the menu bar so enable & disable the menu items */
if
(
TabCtrl_GetCurSel
(
hTabWnd
)
==
0
)
{
...
...
programs/taskmgr/graphctl.c
View file @
c4b1195c
...
...
@@ -323,8 +323,8 @@ void GraphCtrl_InvalidateCtrl(TGraphCtrl* this)
(m_rectPlot.bottom+m_rectPlot.top)/2, m_strYUnitsString, _tcslen(m_strYUnitsString));
SelectObject(m_dcGrid, oldFont);
#endif
/* at this point we are done filling the
the
grid bitmap, */
/* no more drawing to this bitmap is needed until the setting are changed */
/* at this point we are done filling the grid bitmap, */
/* no more drawing to this bitmap is needed until the setting
s
are changed */
/* if we don't have one yet, set up a memory dc for the plot */
if
(
this
->
m_dcPlot
==
NULL
)
...
...
programs/winedbg/stack.c
View file @
c4b1195c
...
...
@@ -161,7 +161,7 @@ static BOOL CALLBACK stack_read_mem(HANDLE hProc, DWORD64 addr,
/******************************************************************
* stack_fetch_frames
*
* Do a backtrace on the
the
current thread
* Do a backtrace on the current thread
*/
unsigned
stack_fetch_frames
(
void
)
{
...
...
@@ -275,7 +275,7 @@ static void stack_print_addr_and_args(int nf)
/******************************************************************
* backtrace
*
* Do a backtrace on the
the
current thread
* Do a backtrace on the current thread
*/
static
void
backtrace
(
void
)
{
...
...
tools/winedump/README
View file @
c4b1195c
...
...
@@ -52,7 +52,8 @@ dump other information from PE files; See the section 'Dumping' below.
Usage
-----
Winedump is a command line tool. For the list of options and the basic usage
see the the winedump(1) man page.
see the winedump(1) man page.
Spec mode: Generating stub DLLs
-------------------------------
...
...
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