From e1828d045f5f80f6a70c6007abc0a1732cab8714 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 15 Apr 2002 12:19:01 +0000 Subject: Change fl_create_deepmask() to fl_create_alphamask(). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2084 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/mac.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'FL/mac.H') diff --git a/FL/mac.H b/FL/mac.H index 0e86f1e87..42595126b 100644 --- a/FL/mac.H +++ b/FL/mac.H @@ -1,5 +1,5 @@ // -// "$Id: mac.H,v 1.1.2.6 2002/04/14 21:26:05 easysw Exp $" +// "$Id: mac.H,v 1.1.2.7 2002/04/15 12:19:00 easysw Exp $" // // Mac header file for the Fast Light Tool Kit (FLTK). // @@ -107,7 +107,7 @@ extern void fl_end_offscreen(); typedef GWorldPtr Fl_Bitmask; // Carbon requires a 1-bit GWorld instead of a BitMap extern FL_EXPORT Fl_Bitmask fl_create_bitmask(int w, int h, const uchar *data); -extern FL_EXPORT Fl_Bitmask fl_create_deepmask(int w, int h, int d, int ld, const uchar *data); +extern FL_EXPORT Fl_Bitmask fl_create_alphamask(int w, int h, int d, int ld, const uchar *data); extern FL_EXPORT void fl_delete_bitmask(Fl_Bitmask bm); extern void fl_open_display(); @@ -117,6 +117,6 @@ extern FL_EXPORT int fl_parse_color(const char* p, uchar& r, uchar& g, uchar& b) #endif // !FL_MAC_H // -// End of "$Id: mac.H,v 1.1.2.6 2002/04/14 21:26:05 easysw Exp $". +// End of "$Id: mac.H,v 1.1.2.7 2002/04/15 12:19:00 easysw Exp $". // -- cgit v1.2.3