diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-09-03 19:50:54 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-09-03 19:50:54 +0000 |
| commit | cd807ffcdf550532b4f6f055402f72c9ed29b873 (patch) | |
| tree | d7d5c448ada53d89c1d72c204b078b680c340425 /fluid/Fl_Type.h | |
| parent | cf40467b5bade681e67fc977401c2ccdbf845788 (diff) | |
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
Diffstat (limited to 'fluid/Fl_Type.h')
| -rw-r--r-- | fluid/Fl_Type.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 $". // |
