Francois Gouget : user32: Change HotTrackingColor to better differentiate regular links from visited links .

Alexandre Julliard julliard at winehq.org
Thu Sep 22 13:39:49 CDT 2011


Module: wine
Branch: master
Commit: dd0f5377edb618a791be6082cb28b609923abe0a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=dd0f5377edb618a791be6082cb28b609923abe0a

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu Sep 22 16:56:42 2011 +0200

user32: Change HotTrackingColor to better differentiate regular links from visited links.

---

 dlls/user32/sysparams.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/user32/sysparams.c b/dlls/user32/sysparams.c
index 6c5955a..fe910f2 100644
--- a/dlls/user32/sysparams.c
+++ b/dlls/user32/sysparams.c
@@ -124,7 +124,7 @@ static const struct
     {"InfoText", RGB(0, 0, 0)},                     /* COLOR_INFOTEXT */
     {"InfoWindow", RGB(255, 255, 225)},             /* COLOR_INFOBK */
     {"ButtonAlternateFace", RGB(181, 181, 181)},    /* COLOR_ALTERNATEBTNFACE */
-    {"HotTrackingColor", RGB(0, 0, 128)},           /* COLOR_HOTLIGHT */
+    {"HotTrackingColor", RGB(0, 0, 200)},           /* COLOR_HOTLIGHT */
     {"GradientActiveTitle", RGB(166, 202, 240)},    /* COLOR_GRADIENTACTIVECAPTION */
     {"GradientInactiveTitle", RGB(192, 192, 192)},  /* COLOR_GRADIENTINACTIVECAPTION */
     {"MenuHilight", RGB(10, 36, 106)},              /* COLOR_MENUHILIGHT */




More information about the wine-cvs mailing list