diff options
| author | Bill Spitzak <spitzak@gmail.com> | 1999-05-14 09:07:09 +0000 |
|---|---|---|
| committer | Bill Spitzak <spitzak@gmail.com> | 1999-05-14 09:07:09 +0000 |
| commit | ce68c7386cf90ef28e7cc88a2a2449620f5703a4 (patch) | |
| tree | 9e403c349001e07382365affc7aaaecdeca888ce /src/fl_cmap.h | |
| parent | 4e66f937698fd0792c17db2085d99ee5985c81ff (diff) | |
Colors in cmap changed to use 0xFF instead of 0xF4.
Drawing of scrollbars altered somewhat so that the box (if any) goes
around the buttons, this seems to match the design that other toolkits
use. Hope everybody likes this... This required internal changes
to the Fl_Slider and Fl_Value_Slider as well but they should draw
exactly the same.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@587 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_cmap.h')
| -rw-r--r-- | src/fl_cmap.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/fl_cmap.h b/src/fl_cmap.h index 934172440..3f092dd0d 100644 --- a/src/fl_cmap.h +++ b/src/fl_cmap.h @@ -1,11 +1,11 @@ 0x00000000, - 0xf4000000, - 0x00f40000, - 0xf4f40000, - 0x0000f400, - 0xf400f400, - 0x00f4f400, - 0xf4f4f400, + 0xff000000, + 0x00ff0000, + 0xffff0000, + 0x0000ff00, + 0xff00ff00, + 0x00ffff00, + 0xffffff00, 0x55555500, 0xc6717100, 0x71c67100, |
