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
9d589acc
Commit
9d589acc
authored
Jan 04, 2005
by
Francois Gouget
Committed by
Alexandre Julliard
Jan 04, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
cc6b542a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
commctrl.c
dlls/comctl32/commctrl.c
+1
-1
treeview.c
dlls/comctl32/treeview.c
+1
-1
mouse.c
dlls/dinput/mouse.c
+1
-1
midi.c
dlls/winmm/wineoss/midi.c
+1
-1
No files found.
dlls/comctl32/commctrl.c
View file @
9d589acc
...
@@ -336,7 +336,7 @@ MenuHelp (UINT uMsg, WPARAM wParam, LPARAM lParam, HMENU hMainMenu,
...
@@ -336,7 +336,7 @@ MenuHelp (UINT uMsg, WPARAM wParam, LPARAM lParam, HMENU hMainMenu,
* Handle to the window that contains the menu and controls.
* Handle to the window that contains the menu and controls.
*
*
* uFlags
* uFlags
* Identifier of the menu item to receive or lo
o
se a check mark.
* Identifier of the menu item to receive or lose a check mark.
*
*
* lpInfo
* lpInfo
* The array of integers contains pairs of values. BOTH values of
* The array of integers contains pairs of values. BOTH values of
...
...
dlls/comctl32/treeview.c
View file @
9d589acc
...
@@ -3195,7 +3195,7 @@ TREEVIEW_Expand(TREEVIEW_INFO *infoPtr, TREEVIEW_ITEM *wineItem,
...
@@ -3195,7 +3195,7 @@ TREEVIEW_Expand(TREEVIEW_INFO *infoPtr, TREEVIEW_ITEM *wineItem,
TREEVIEW_UpdateScrollBars
(
infoPtr
);
TREEVIEW_UpdateScrollBars
(
infoPtr
);
/* Scroll up so that as many children as possible are visible.
/* Scroll up so that as many children as possible are visible.
* This
loose
s when expanding causes an HScroll bar to appear, but we
* This
fail
s when expanding causes an HScroll bar to appear, but we
* don't know that yet, so the last item is obscured. */
* don't know that yet, so the last item is obscured. */
if
(
wineItem
->
firstChild
!=
NULL
)
if
(
wineItem
->
firstChild
!=
NULL
)
{
{
...
...
dlls/dinput/mouse.c
View file @
9d589acc
...
@@ -432,7 +432,7 @@ static LRESULT CALLBACK dinput_mouse_hook( int code, WPARAM wparam, LPARAM lpara
...
@@ -432,7 +432,7 @@ static LRESULT CALLBACK dinput_mouse_hook( int code, WPARAM wparam, LPARAM lpara
/* Only allow mouse events every 10 ms.
/* Only allow mouse events every 10 ms.
* This is to allow the cursor to start acceleration before
* This is to allow the cursor to start acceleration before
* the warps happen. But if it involves a mouse button event we
* the warps happen. But if it involves a mouse button event we
* allow it since we don't want to lo
o
se the clicks.
* allow it since we don't want to lose the clicks.
*/
*/
if
(((
GetCurrentTime
()
-
last_event
)
<
10
)
if
(((
GetCurrentTime
()
-
last_event
)
<
10
)
&&
wparam
==
WM_MOUSEMOVE
)
&&
wparam
==
WM_MOUSEMOVE
)
...
...
dlls/winmm/wineoss/midi.c
View file @
9d589acc
...
@@ -272,7 +272,7 @@ BOOL OSS_MidiInit(void)
...
@@ -272,7 +272,7 @@ BOOL OSS_MidiInit(void)
goto
wrapup
;
goto
wrapup
;
}
}
/* FIXME: the two restrictions below could be loosen in some cases */
/* FIXME: the two restrictions below could be loosen
ed
in some cases */
if
(
numsynthdevs
+
nummididevs
>
MAX_MIDIOUTDRV
)
{
if
(
numsynthdevs
+
nummididevs
>
MAX_MIDIOUTDRV
)
{
ERR
(
"MAX_MIDIOUTDRV was not enough for the number of devices. "
ERR
(
"MAX_MIDIOUTDRV was not enough for the number of devices. "
"Some MIDI devices will not be available.
\n
"
);
"Some MIDI devices will not be available.
\n
"
);
...
...
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