From 7440ea209ad349d92f27796f1c8d8090c4541ab8 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 31 Jan 2016 13:51:01 +0000 Subject: Moved fl_create_bitmask and fl_delete_bitmask functions into driver structure. Tested on OS X. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11100 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Bitmap.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FL/Fl_Bitmap.H') diff --git a/FL/Fl_Bitmap.H b/FL/Fl_Bitmap.H index 75d84370f..4c8efb4d5 100644 --- a/FL/Fl_Bitmap.H +++ b/FL/Fl_Bitmap.H @@ -42,7 +42,7 @@ public: /** Non-zero if array points to bitmap data allocated internally */ int alloc_array; - private: +private: int start(int XP, int YP, int WP, int HP, int &cx, int &cy, int &X, int &Y, int &W, int &H); #if defined(__APPLE__) || defined(WIN32) @@ -56,7 +56,7 @@ public: unsigned id_; #endif // __APPLE__ || WIN32 - public: +public: /** The constructors create a new bitmap from the specified bitmap data */ Fl_Bitmap(const uchar *bits, int W, int H) : -- cgit v1.2.3