From 38c947bd093c0edb1eb746911150574fa4a0fb2f Mon Sep 17 00:00:00 2001 From: Bill Spitzak Date: Sat, 5 May 2001 23:39:01 +0000 Subject: 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 --- src/fl_cmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fl_cmap.h') 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, -- cgit v1.2.3