From cd807ffcdf550532b4f6f055402f72c9ed29b873 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 3 Sep 2003 19:50:54 +0000 Subject: Use symbolic names whenever possible, otherwise cast ints to Fl_Color. (STR #146) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3088 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/Fl_Type.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'fluid/Fl_Type.h') diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h index 2f714bcb5..c5346e72c 100644 --- a/fluid/Fl_Type.h +++ b/fluid/Fl_Type.h @@ -1,5 +1,5 @@ // -// "$Id: Fl_Type.h,v 1.5.2.11.2.9 2003/08/02 21:17:30 easysw Exp $" +// "$Id: Fl_Type.h,v 1.5.2.11.2.10 2003/09/03 19:50:54 easysw Exp $" // // Widget type header file for the Fast Light Tool Kit (FLTK). // @@ -260,6 +260,7 @@ protected: void write_extra_code(); void write_block_close(); void write_code2(); + void write_color(const char*, Fl_Color); public: @@ -593,5 +594,5 @@ int storestring(const char *n, const char * & p, int nostrip=0); extern int include_H_from_C; // -// End of "$Id: Fl_Type.h,v 1.5.2.11.2.9 2003/08/02 21:17:30 easysw Exp $". +// End of "$Id: Fl_Type.h,v 1.5.2.11.2.10 2003/09/03 19:50:54 easysw Exp $". // -- cgit v1.2.3