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
05638fd8
Commit
05638fd8
authored
Sep 30, 2002
by
Guy L. Albertelli
Committed by
Alexandre Julliard
Sep 30, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- The TTM_ message needed to be in correct order.
- Added TTM_GETBUBBLESIZE.
parent
4ee2e9e9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
spy.c
windows/spy.c
+11
-9
No files found.
windows/spy.c
View file @
05638fd8
...
@@ -1416,25 +1416,16 @@ static const USER_MSG tooltips_array[] = {
...
@@ -1416,25 +1416,16 @@ static const USER_MSG tooltips_array[] = {
USM
(
TTM_ACTIVATE
,
0
),
USM
(
TTM_ACTIVATE
,
0
),
USM
(
TTM_SETDELAYTIME
,
0
),
USM
(
TTM_SETDELAYTIME
,
0
),
USM
(
TTM_ADDTOOLA
,
0
),
USM
(
TTM_ADDTOOLA
,
0
),
USM
(
TTM_ADDTOOLW
,
0
),
USM
(
TTM_DELTOOLA
,
0
),
USM
(
TTM_DELTOOLA
,
0
),
USM
(
TTM_DELTOOLW
,
0
),
USM
(
TTM_NEWTOOLRECTA
,
0
),
USM
(
TTM_NEWTOOLRECTA
,
0
),
USM
(
TTM_NEWTOOLRECTW
,
0
),
USM
(
TTM_RELAYEVENT
,
0
),
USM
(
TTM_RELAYEVENT
,
0
),
USM
(
TTM_GETTOOLINFOA
,
0
),
USM
(
TTM_GETTOOLINFOA
,
0
),
USM
(
TTM_GETTOOLINFOW
,
0
),
USM
(
TTM_HITTESTA
,
0
),
USM
(
TTM_HITTESTA
,
0
),
USM
(
TTM_HITTESTW
,
0
),
USM
(
TTM_GETTEXTA
,
0
),
USM
(
TTM_GETTEXTA
,
0
),
USM
(
TTM_GETTEXTW
,
0
),
USM
(
TTM_UPDATETIPTEXTA
,
0
),
USM
(
TTM_UPDATETIPTEXTA
,
0
),
USM
(
TTM_UPDATETIPTEXTW
,
0
),
USM
(
TTM_GETTOOLCOUNT
,
0
),
USM
(
TTM_GETTOOLCOUNT
,
0
),
USM
(
TTM_ENUMTOOLSA
,
0
),
USM
(
TTM_ENUMTOOLSA
,
0
),
USM
(
TTM_ENUMTOOLSW
,
0
),
USM
(
TTM_GETCURRENTTOOLA
,
0
),
USM
(
TTM_GETCURRENTTOOLA
,
0
),
USM
(
TTM_GETCURRENTTOOLW
,
0
),
USM
(
TTM_WINDOWFROMPOINT
,
0
),
USM
(
TTM_WINDOWFROMPOINT
,
0
),
USM
(
TTM_TRACKACTIVATE
,
0
),
USM
(
TTM_TRACKACTIVATE
,
0
),
USM
(
TTM_TRACKPOSITION
,
0
),
USM
(
TTM_TRACKPOSITION
,
0
),
...
@@ -1449,6 +1440,17 @@ static const USER_MSG tooltips_array[] = {
...
@@ -1449,6 +1440,17 @@ static const USER_MSG tooltips_array[] = {
USM
(
TTM_GETMARGIN
,
0
),
USM
(
TTM_GETMARGIN
,
0
),
USM
(
TTM_POP
,
0
),
USM
(
TTM_POP
,
0
),
USM
(
TTM_UPDATE
,
0
),
USM
(
TTM_UPDATE
,
0
),
USM
(
TTM_GETBUBBLESIZE
,
0
),
USM
(
TTM_ADDTOOLW
,
0
),
USM
(
TTM_DELTOOLW
,
0
),
USM
(
TTM_NEWTOOLRECTW
,
0
),
USM
(
TTM_GETTOOLINFOW
,
0
),
USM
(
TTM_SETTOOLINFOW
,
0
),
USM
(
TTM_HITTESTW
,
0
),
USM
(
TTM_GETTEXTW
,
0
),
USM
(
TTM_UPDATETIPTEXTW
,
0
),
USM
(
TTM_ENUMTOOLSW
,
0
),
USM
(
TTM_GETCURRENTTOOLW
,
0
),
{
0
,
0
,
0
}
};
{
0
,
0
,
0
}
};
static
const
USER_MSG
comboex_array
[]
=
{
static
const
USER_MSG
comboex_array
[]
=
{
...
...
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