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
67aa858a
Commit
67aa858a
authored
Oct 05, 2004
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 05, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
d8c96b08
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
15 additions
and
15 deletions
+15
-15
treeview.c
dlls/comctl32/treeview.c
+4
-4
updown.c
dlls/comctl32/updown.c
+2
-2
symbol.c
dlls/dbghelp/symbol.c
+1
-1
datacache.c
dlls/ole32/datacache.c
+1
-1
defaulthandler.c
dlls/ole32/defaulthandler.c
+1
-1
olefont.c
dlls/oleaut32/olefont.c
+1
-1
filtermapper.c
dlls/quartz/filtermapper.c
+2
-2
shelllink.c
dlls/shell32/shelllink.c
+2
-2
directx.c
dlls/wined3d/directx.c
+1
-1
No files found.
dlls/comctl32/treeview.c
View file @
67aa858a
...
...
@@ -1717,23 +1717,23 @@ TREEVIEW_SetImageList(TREEVIEW_INFO *infoPtr, WPARAM wParam, HIMAGELIST himlNew)
if
(
oldWidth
!=
infoPtr
->
normalImageWidth
||
oldHeight
!=
infoPtr
->
normalImageHeight
)
{
BOOL
bRecalcVis
a
ble
=
FALSE
;
BOOL
bRecalcVis
i
ble
=
FALSE
;
if
(
oldHeight
!=
infoPtr
->
normalImageHeight
&&
!
infoPtr
->
bHeightSet
)
{
infoPtr
->
uItemHeight
=
TREEVIEW_NaturalHeight
(
infoPtr
);
bRecalcVis
a
ble
=
TRUE
;
bRecalcVis
i
ble
=
TRUE
;
}
if
(
infoPtr
->
normalImageWidth
>
MINIMUM_INDENT
&&
infoPtr
->
normalImageWidth
!=
infoPtr
->
uIndent
)
{
infoPtr
->
uIndent
=
infoPtr
->
normalImageWidth
;
bRecalcVis
a
ble
=
TRUE
;
bRecalcVis
i
ble
=
TRUE
;
}
if
(
bRecalcVis
a
ble
)
if
(
bRecalcVis
i
ble
)
TREEVIEW_RecalculateVisibleOrder
(
infoPtr
,
NULL
);
TREEVIEW_UpdateSubTree
(
infoPtr
,
infoPtr
->
root
);
...
...
dlls/comctl32/updown.c
View file @
67aa858a
...
...
@@ -511,7 +511,7 @@ static HWND UPDOWN_SetBuddy (UPDOWN_INFO* infoPtr, HWND bud)
x
=
budRect
.
right
+
DEFAULT_XSEP
;
}
/* first adjust the buddy to accomodate the up/down */
/* first adjust the buddy to accom
m
odate the up/down */
SetWindowPos
(
infoPtr
->
Buddy
,
0
,
budRect
.
left
,
budRect
.
top
,
budRect
.
right
-
budRect
.
left
,
budRect
.
bottom
-
budRect
.
top
,
SWP_NOACTIVATE
|
SWP_NOZORDER
);
...
...
@@ -524,7 +524,7 @@ static HWND UPDOWN_SetBuddy (UPDOWN_INFO* infoPtr, HWND bud)
/*
* If the updown has a buddy border, it has to overlap with the buddy
* to look as if it is integrated with the buddy control.
* We nudge the control or change it size to overlap.
* We nudge the control or change it
s
size to overlap.
*/
if
(
UPDOWN_HasBuddyBorder
(
infoPtr
))
{
if
(
dwStyle
&
UDS_ALIGNLEFT
)
...
...
dlls/dbghelp/symbol.c
View file @
67aa858a
...
...
@@ -480,7 +480,7 @@ static void symt_fill_sym_info(const struct module* module,
sym_info
->
Flags
|=
SYMFLAG_LOCAL
|
SYMFLAG_FRAMEREL
;
else
sym_info
->
Flags
|=
SYMFLAG_PARAMETER
|
SYMFLAG_FRAMEREL
;
/* FIXME: needed ? moreover, it's i386 depend
a
nt !!! */
/* FIXME: needed ? moreover, it's i386 depend
e
nt !!! */
sym_info
->
Register
=
CV_REG_EBP
;
sym_info
->
Address
=
data
->
u
.
s
.
offset
;
}
...
...
dlls/ole32/datacache.c
View file @
67aa858a
...
...
@@ -131,7 +131,7 @@ typedef struct DataCache DataCache;
/*
* Here, I define utility macros to help with the casting of the
* "this" parameter.
* There is a version to accomodate all of the VTables implemented
* There is a version to accom
m
odate all of the VTables implemented
* by this object.
*/
#define _ICOM_THIS_From_IDataObject(class,name) class* this = (class*)name
...
...
dlls/ole32/defaulthandler.c
View file @
67aa858a
...
...
@@ -123,7 +123,7 @@ typedef struct DefaultHandler DefaultHandler;
/*
* Here, I define utility macros to help with the casting of the
* "this" parameter.
* There is a version to accomodate all of the VTables implemented
* There is a version to accom
m
odate all of the VTables implemented
* by this object.
*/
#define _ICOM_THIS_From_IOleObject(class,name) class* this = (class*)name
...
...
dlls/oleaut32/olefont.c
View file @
67aa858a
...
...
@@ -101,7 +101,7 @@ struct OLEFontImpl
/*
* Here, I define utility macros to help with the casting of the
* "this" parameter.
* There is a version to accomodate all of the VTables implemented
* There is a version to accom
m
odate all of the VTables implemented
* by this object.
*/
#define _ICOM_THIS_From_IDispatch(class, name) class* this = (class*)(((char*)name)-sizeof(void*))
...
...
dlls/quartz/filtermapper.c
View file @
67aa858a
...
...
@@ -704,11 +704,11 @@ static HRESULT WINAPI FilterMapper2_RegisterFilter(
*
ppMoniker
=
NULL
;
if
(
!
pclsidCategory
)
/* MSDN mentions the
non existing
CLSID_ActiveMovieFilters GUID.
/* MSDN mentions the
inexistent
CLSID_ActiveMovieFilters GUID.
* In fact this is the CLSID_LegacyAmFilterCategory one */
pclsidCategory
=
&
CLSID_LegacyAmFilterCategory
;
/* sizeof... will include null terminator and
/* sizeof... will include
the
null terminator and
* the + 1 is for the separator ('\\'). The -1 is
* because CHARS_IN_GUID includes the null terminator
*/
...
...
dlls/shell32/shelllink.c
View file @
67aa858a
...
...
@@ -1323,7 +1323,7 @@ static HRESULT WINAPI IShellLinkA_fnResolve(IShellLinkA * iface, HWND hwnd, DWOR
This
->
bDirty
=
TRUE
;
}
else
hr
=
S_OK
;
/* don't report an
y error occu
red while just caching information */
hr
=
S_OK
;
/* don't report an
error occur
red while just caching information */
}
if
(
!
This
->
sIcoPath
&&
This
->
sPath
)
{
...
...
@@ -1750,7 +1750,7 @@ static HRESULT WINAPI IShellLinkW_fnResolve(IShellLinkW * iface, HWND hwnd, DWOR
This
->
bDirty
=
TRUE
;
}
else
hr
=
S_OK
;
/* don't report an
y error occu
red while just caching information */
hr
=
S_OK
;
/* don't report an
error occur
red while just caching information */
}
if
(
!
This
->
sIcoPath
&&
This
->
sPath
)
{
...
...
dlls/wined3d/directx.c
View file @
67aa858a
...
...
@@ -767,7 +767,7 @@ HRESULT WINAPI IWineD3DImpl_GetAdapterIdentifier(IWineD3D *iface, UINT Adapter,
strcpy
(
pIdentifier
->
Driver
,
"Display"
);
strcpy
(
pIdentifier
->
Description
,
"Direct3D HAL"
);
/* Note dx8 doesnt supply a DeviceName */
/* Note dx8 doesn
'
t supply a DeviceName */
if
(
NULL
!=
pIdentifier
->
DeviceName
)
strcpy
(
pIdentifier
->
DeviceName
,
"
\\\\
.
\\
DISPLAY"
);
/* FIXME: May depend on desktop? */
pIdentifier
->
DriverVersion
->
u
.
HighPart
=
0xa
;
pIdentifier
->
DriverVersion
->
u
.
LowPart
=
This
->
gl_info
.
gl_driver_version
;
...
...
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