diff options
| author | Bill Spitzak <spitzak@gmail.com> | 2001-05-05 23:39:01 +0000 |
|---|---|---|
| committer | Bill Spitzak <spitzak@gmail.com> | 2001-05-05 23:39:01 +0000 |
| commit | 38c947bd093c0edb1eb746911150574fa4a0fb2f (patch) | |
| tree | c922543815eeb098268eec8d1b418530950b80dc /src/fl_cmap.h | |
| parent | 325c0838f4e816f1129a29949b9054f32dba8fe0 (diff) | |
Compiling with -DBOXX_BUGS will work around some problems with the newest
X drivers that BoXX delivers, the problems all affect use of Overlays for
normal X drawing and OpenGL drawing. Normal compilation is unchanged.
The file chooser buttons use user_data() rather than the label to decide
what to do, allowing the label to be somewhat cleaner.
Selection color on X changed to blue, to match what happens on Windows now.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1452 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_cmap.h')
| -rw-r--r-- | src/fl_cmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_cmap.h b/src/fl_cmap.h index 4ad9b0d13..3b05ee7cf 100644 --- a/src/fl_cmap.h +++ b/src/fl_cmap.h @@ -13,7 +13,7 @@ 0x7171c600, 0x8e388e00, 0x388e8e00, - 0xaaaaaa00, + 0x00008000, 0xa8a89800, 0xe8e8d800, 0x68685800, |
