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
8bc7f16c
Commit
8bc7f16c
authored
Feb 27, 2002
by
Andreas Mohr
Committed by
Alexandre Julliard
Feb 27, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling/alignment fixes.
parent
a0ff2b4a
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
24 additions
and
24 deletions
+24
-24
rebar.c
dlls/comctl32/rebar.c
+1
-1
treeview.c
dlls/comctl32/treeview.c
+7
-7
updown.c
dlls/comctl32/updown.c
+2
-2
console.c
dlls/kernel/console.c
+2
-2
audren.c
dlls/quartz/audren.c
+2
-2
charlist.c
dlls/richedit/charlist.c
+1
-1
pidl.c
dlls/shell32/pidl.c
+1
-1
devices.c
dlls/winedos/devices.c
+1
-1
info.c
dlls/winspool/info.c
+1
-1
painting.c
graphics/painting.c
+1
-1
dib.c
graphics/x11drv/dib.c
+1
-1
vxd.c
msdos/vxd.c
+1
-1
aviinfo.c
programs/avitools/aviinfo.c
+1
-1
misc.c
tools/winedump/misc.c
+1
-1
dumpres.c
tools/wrc/dumpres.c
+1
-1
No files found.
dlls/comctl32/rebar.c
View file @
8bc7f16c
...
...
@@ -3753,7 +3753,7 @@ REBAR_MouseMove (REBAR_INFO *infoPtr, WPARAM wParam, LPARAM lParam)
REBAR_BAND
*
band1
,
*
band2
;
POINTS
ptsmove
;
/* Validate entry as hit on Gripper has occured */
/* Validate entry as hit on Gripper has occur
r
ed */
if
(
GetCapture
()
!=
infoPtr
->
hwndSelf
)
return
0
;
if
(
infoPtr
->
ihitBand
==
-
1
)
return
0
;
...
...
dlls/comctl32/treeview.c
View file @
8bc7f16c
...
...
@@ -51,8 +51,8 @@ typedef struct _TREEITEM /* HTREEITEM is a _TREEINFO *. */
LPARAM
lParam
;
int
iIntegral
;
/* item height multiplier (1 is normal) */
int
iLevel
;
/* indentation level:0=root level */
HTREEITEM
parent
;
/* handle to parent or 0 if at root*/
HTREEITEM
firstChild
;
/* handle to first child or 0 if no child*/
HTREEITEM
parent
;
/* handle to parent or 0 if at root
*/
HTREEITEM
firstChild
;
/* handle to first child or 0 if no child
*/
HTREEITEM
lastChild
;
HTREEITEM
prevSibling
;
/* handle to prev item in list, 0 if first */
HTREEITEM
nextSibling
;
/* handle to next item in list, 0 if last */
...
...
@@ -136,7 +136,7 @@ typedef struct tagTREEVIEW_INFO
#define TV_HSCROLL 0x01
/* treeview too large to fit in window */
#define TV_VSCROLL 0x02
/* (horizontal/vertical) */
#define TV_LDRAG 0x04
/* Lbutton pushed to start drag */
#define TV_LDRAGGING 0x08
/* Lbutton pushed, mouse moved.
*/
#define TV_LDRAGGING 0x08
/* Lbutton pushed, mouse moved. */
#define TV_RDRAG 0x10
/* dito Rbutton */
#define TV_RDRAGGING 0x20
...
...
@@ -2306,7 +2306,7 @@ TREEVIEW_DrawItem(TREEVIEW_INFO *infoPtr, HDC hdc, TREEVIEW_ITEM *wineItem)
if
((
wineItem
->
state
&
TVIS_SELECTED
)
&&
(
wineItem
->
iSelectedImage
))
{
/* The item is curently selected */
/* The item is cur
r
ently selected */
imageIndex
=
wineItem
->
iSelectedImage
;
}
else
...
...
@@ -3720,7 +3720,7 @@ TREEVIEW_LButtonDown(TREEVIEW_INFO *infoPtr, LPARAM lParam)
goto
setfocus
;
}
else
if
(
bTrack
)
{
/* if TREEVIEW_TrackMouse == 1 dragging occured and the cursor left the dragged item's rectangle */
{
/* if TREEVIEW_TrackMouse == 1 dragging occur
r
ed and the cursor left the dragged item's rectangle */
if
(
TREEVIEW_TrackMouse
(
infoPtr
,
ht
.
pt
))
{
TREEVIEW_SendTreeviewDnDNotify
(
infoPtr
,
TVN_BEGINDRAGA
,
ht
.
hItem
,
...
...
@@ -3748,7 +3748,7 @@ TREEVIEW_LButtonDown(TREEVIEW_INFO *infoPtr, LPARAM lParam)
/*
* If the style allows editing and the node is already selected
* and the click occured on the item label...
* and the click occur
r
ed on the item label...
*/
if
((
infoPtr
->
dwStyle
&
TVS_EDITLABELS
)
&&
(
ht
.
flags
&
TVHT_ONITEMLABEL
)
&&
(
infoPtr
->
selectedItem
==
ht
.
hItem
))
...
...
@@ -4665,7 +4665,7 @@ TREEVIEW_Destroy(TREEVIEW_INFO *infoPtr)
/* tool tip is automatically destroyed: we are its owner */
/* Restore original w
indproc.
*/
/* Restore original w
ndproc
*/
if
(
infoPtr
->
hwndEdit
)
SetWindowLongA
(
infoPtr
->
hwndEdit
,
GWL_WNDPROC
,
(
LONG
)
infoPtr
->
wpEditOrig
);
...
...
dlls/comctl32/updown.c
View file @
8bc7f16c
...
...
@@ -219,7 +219,7 @@ static CHAR UPDOWN_GetThousandSep()
* it stores it in the control's CurVal
* returns:
* TRUE - if it read the integer from the buddy successfully
* FALSE - if an error occured
* FALSE - if an error occur
r
ed
*/
static
BOOL
UPDOWN_GetBuddyInt
(
UPDOWN_INFO
*
infoPtr
)
{
...
...
@@ -265,7 +265,7 @@ static BOOL UPDOWN_GetBuddyInt (UPDOWN_INFO *infoPtr)
* Tries to set the pos to the buddy window based on current pos
* returns:
* TRUE - if it set the caption of the buddy successfully
* FALSE - if an error occured
* FALSE - if an error occur
r
ed
*/
static
BOOL
UPDOWN_SetBuddyInt
(
UPDOWN_INFO
*
infoPtr
)
{
...
...
dlls/kernel/console.c
View file @
8bc7f16c
...
...
@@ -36,7 +36,7 @@ DEFAULT_DEBUG_CHANNEL(console);
static
UINT
console_input_codepage
;
static
UINT
console_output_codepage
;
/* map input records to A
scii
*/
/* map input records to A
SCII
*/
static
void
input_records_WtoA
(
INPUT_RECORD
*
buffer
,
int
count
)
{
int
i
;
...
...
@@ -66,7 +66,7 @@ static void input_records_AtoW( INPUT_RECORD *buffer, int count )
}
}
/* map char infos to A
scii
*/
/* map char infos to A
SCII
*/
static
void
char_info_WtoA
(
CHAR_INFO
*
buffer
,
int
count
)
{
char
ch
;
...
...
dlls/quartz/audren.c
View file @
8bc7f16c
...
...
@@ -2,8 +2,8 @@
* Audio Renderer (CLSID_AudioRender)
*
* FIXME
* - implement
s IReferene
ceClock.
* - implement
s
seeking.
* - implement
IReferen
ceClock.
* - implement seeking.
*
* hidenori@a2.ctktv.ne.jp
*/
...
...
dlls/richedit/charlist.c
View file @
8bc7f16c
...
...
@@ -106,7 +106,7 @@ void CHARLIST_FreeList(CHARLIST* pCharList){
CHARLIST_Dequeue
(
pCharList
);
}
/* this function count
the number of occu
rences of a caracter */
/* this function count
s the number of occur
rences of a caracter */
int
CHARLIST_CountChar
(
CHARLIST
*
pCharList
,
char
myChar
)
{
CHARLISTENTRY
*
pCurrent
;
...
...
dlls/shell32/pidl.c
View file @
8bc7f16c
...
...
@@ -171,7 +171,7 @@ BOOL WINAPI ILRemoveLastID(LPCITEMIDLIST pidl)
* ILClone [SHELL32.18]
*
* NOTES
* dupicate an idlist
* dup
l
icate an idlist
*/
LPITEMIDLIST
WINAPI
ILClone
(
LPCITEMIDLIST
pidl
)
{
DWORD
len
;
...
...
dlls/winedos/devices.c
View file @
8bc7f16c
...
...
@@ -235,7 +235,7 @@ static void WINAPI con_interrupt(CONTEXT86*ctx)
/* line buffer emptied */
lol
->
offs_unread_CON
=
0
;
curbuffer
=
NULL
;
/* if we're not in raw mode, call it a day*/
/* if we're not in raw mode, call it a day
*/
if
(
!
(
con
->
attr
&
ATTR_RAW
))
{
hdr
->
status
=
STAT_DONE
;
io
->
count
=
len
;
...
...
dlls/winspool/info.c
View file @
8bc7f16c
...
...
@@ -188,7 +188,7 @@ PRINTCAP_ParseEntry(char *pent,BOOL isfirst) {
}
/* 3. Check if we have an input filter program. If we have one, it
* most likely is one capable of converting postscript.
* (Could probably check for occurence of 'gs' or 'ghostscript'
* (Could probably check for occur
r
ence of 'gs' or 'ghostscript'
* in the if file itself.)
*/
if
(
strstr
(
pent
,
":if=/"
))
{
...
...
graphics/painting.c
View file @
8bc7f16c
...
...
@@ -167,7 +167,7 @@ BOOL WINAPI ArcTo( HDC hdc,
*/
result
=
Arc
(
hdc
,
left
,
top
,
right
,
bottom
,
xstart
,
ystart
,
xend
,
yend
);
/*
* If no error occured, the current position is moved to the ending
* If no error occur
r
ed, the current position is moved to the ending
* point of the arc.
*/
if
(
result
)
MoveToEx
(
hdc
,
xend
,
yend
,
NULL
);
...
...
graphics/x11drv/dib.c
View file @
8bc7f16c
...
...
@@ -5597,7 +5597,7 @@ static XImage *X11DRV_XShmCreateImage( int width, int height, int bpp,
wine_tsx11_unlock
();
return
image
;
/* Success! */
}
/* An error occured */
/* An error occur
r
ed */
XShmErrorFlag
=
0
;
XSetErrorHandler
(
WineXHandler
);
}
...
...
msdos/vxd.c
View file @
8bc7f16c
...
...
@@ -583,7 +583,7 @@ void WINAPI VXD_Win32s( CONTEXT86 *context )
* We search between the addresses of the exported symbols SetFS
* and StackLinearToSegmented for the byte sequence '0F 01 04'
* (this is the opcode of 'sgdt [si]'). We then search backwards
* from this address for the last occurr
a
nce of 'CB' (retf) that marks
* from this address for the last occurr
e
nce of 'CB' (retf) that marks
* the end of the preceeding function. The following byte (which
* should now be the first byte of the function we are looking for)
* will be replaced by 'CB' (retf).
...
...
programs/avitools/aviinfo.c
View file @
8bc7f16c
...
...
@@ -32,7 +32,7 @@ HRESULT (WINAPI *fnAVIStreamInfo)(PAVISTREAM iface,AVISTREAMINFO *afi,LONG size)
#else
# define XXT(x) fn##x = (void*)GetProcAddress(avifil32,#x##"A");assert(fn##x);
#endif
/* Non character dependen
d
routines: */
/* Non character dependen
t
routines: */
XX
(
AVIFileInit
);
XX
(
AVIFileExit
);
XX
(
AVIFileRelease
);
...
...
tools/winedump/misc.c
View file @
8bc7f16c
...
...
@@ -136,7 +136,7 @@ const char *str_match (const char *str, const char *match, int *found)
/*******************************************************************
* str_find_set
*
* Locate the first occurence of a set of characters in a string
* Locate the first occur
r
ence of a set of characters in a string
*/
const
char
*
str_find_set
(
const
char
*
str
,
const
char
*
findset
)
{
...
...
tools/wrc/dumpres.c
View file @
8bc7f16c
...
...
@@ -62,7 +62,7 @@ char *get_typename(resource_t* r)
* maxlen - Max chars to copy
* Output : 'cs'
* Description : Copy a unicode string to ascii. Copying stops after the
* first occuring '\0' or when maxlen-1 chars are copied. The
* first occur
r
ing '\0' or when maxlen-1 chars are copied. The
* String is always nul terminated.
* Remarks : No codepage translation is done.
*****************************************************************************
...
...
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