diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-19 20:59:59 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-19 20:59:59 +0000 |
| commit | 13e7d7639729cc0fb9b778ecd2e45d407d45d393 (patch) | |
| tree | 34bcdda92540cfd4768852662237f56fb2d7282d /FL/win32.H | |
| parent | fb4fe5642abe7b68b99863ab0cf997b744ccbeaf (diff) | |
WIN32 fixes for the new image stuff...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1705 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/win32.H')
| -rw-r--r-- | FL/win32.H | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/FL/win32.H b/FL/win32.H index 92e97452f..5927dccb1 100644 --- a/FL/win32.H +++ b/FL/win32.H @@ -1,5 +1,5 @@ // -// "$Id: win32.H,v 1.15.2.3.2.1 2001/11/18 20:52:27 easysw Exp $" +// "$Id: win32.H,v 1.15.2.3.2.2 2001/11/19 20:59:59 easysw Exp $" // // WIN32 header file for the Fast Light Tool Kit (FLTK). // @@ -126,6 +126,8 @@ typedef HBITMAP Fl_Bitmask; extern FL_EXPORT Fl_Bitmask fl_create_bitmask(int w, int h, const uchar *data); extern FL_EXPORT void fl_delete_bitmask(Fl_Bitmask bm); +extern FL_EXPORT int fl_parse_color(const char* p, uchar& r, uchar& g, uchar& b); + // -// End of "$Id: win32.H,v 1.15.2.3.2.1 2001/11/18 20:52:27 easysw Exp $". +// End of "$Id: win32.H,v 1.15.2.3.2.2 2001/11/19 20:59:59 easysw Exp $". // |
