diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2004-03-01 10:30:00 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2004-03-01 10:30:00 +0000 |
commit | a45a3b7f80e0837475ad2d68697208b3c5606d88 (patch) | |
tree | 865dea28213038838125ebcceb01a2b3c505d522 | |
parent | 665f6c37102daa9c820dc3332e2b6cf3b7fe023f (diff) | |
download | newlib-a45a3b7f80e0837475ad2d68697208b3c5606d88.zip newlib-a45a3b7f80e0837475ad2d68697208b3c5606d88.tar.gz newlib-a45a3b7f80e0837475ad2d68697208b3c5606d88.tar.bz2 |
Missed this in last commit.
2004-03-01 Martin Fuchs <martin-fuchs@gmx.net>
* include/winuser.h (COLOR_*): Define missing constants.
-rw-r--r-- | winsup/w32api/include/winuser.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/w32api/include/winuser.h b/winsup/w32api/include/winuser.h index 2c094c5..879860f 100644 --- a/winsup/w32api/include/winuser.h +++ b/winsup/w32api/include/winuser.h @@ -837,6 +837,9 @@ extern "C" { #define COLOR_WINDOW 5 #define COLOR_WINDOWFRAME 6 #define COLOR_WINDOWTEXT 8 +#define COLOR_HOTLIGHT 26 +#define COLOR_GRADIENTACTIVECAPTION 27 +#define COLOR_GRADIENTINACTIVECAPTION 28 #define CTLCOLOR_MSGBOX 0 #define CTLCOLOR_EDIT 1 #define CTLCOLOR_LISTBOX 2 |