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
d8ab4af5
Commit
d8ab4af5
authored
Mar 25, 2008
by
Anatoly Lyutin
Committed by
Alexandre Julliard
Mar 26, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comctl32: Add HotTrackingColor into COMCTL32_SysColor structure.
parent
b478ec00
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
comctl32.h
dlls/comctl32/comctl32.h
+1
-0
commctrl.c
dlls/comctl32/commctrl.c
+1
-0
No files found.
dlls/comctl32/comctl32.h
View file @
d8ab4af5
...
...
@@ -128,6 +128,7 @@ typedef struct
COLORREF
clrBtnFace
;
/* COLOR_BTNFACE */
COLORREF
clrHighlight
;
/* COLOR_HIGHLIGHT */
COLORREF
clrHighlightText
;
/* COLOR_HIGHLIGHTTEXT */
COLORREF
clrHotTrackingColor
;
/* COLOR_HOTLIGHT */
COLORREF
clr3dHilight
;
/* COLOR_3DHILIGHT */
COLORREF
clr3dShadow
;
/* COLOR_3DSHADOW */
COLORREF
clr3dDkShadow
;
/* COLOR_3DDKSHADOW */
...
...
dlls/comctl32/commctrl.c
View file @
d8ab4af5
...
...
@@ -1425,6 +1425,7 @@ COMCTL32_RefreshSysColors(void)
comctl32_color
.
clrBtnFace
=
GetSysColor
(
COLOR_BTNFACE
);
comctl32_color
.
clrHighlight
=
GetSysColor
(
COLOR_HIGHLIGHT
);
comctl32_color
.
clrHighlightText
=
GetSysColor
(
COLOR_HIGHLIGHTTEXT
);
comctl32_color
.
clrHotTrackingColor
=
GetSysColor
(
COLOR_HOTLIGHT
);
comctl32_color
.
clr3dHilight
=
GetSysColor
(
COLOR_3DHILIGHT
);
comctl32_color
.
clr3dShadow
=
GetSysColor
(
COLOR_3DSHADOW
);
comctl32_color
.
clr3dDkShadow
=
GetSysColor
(
COLOR_3DDKSHADOW
);
...
...
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