summaryrefslogtreecommitdiff
path: root/FL/Fl_Bitmap.H
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2016-01-31 13:51:01 +0000
committerMatthias Melcher <fltk@matthiasm.com>2016-01-31 13:51:01 +0000
commit7440ea209ad349d92f27796f1c8d8090c4541ab8 (patch)
tree20b6ba658ca93e412633cea9ed042d7506f59b01 /FL/Fl_Bitmap.H
parentcaf2a7e92c371df699a87553032f62dcd44a5487 (diff)
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
Diffstat (limited to 'FL/Fl_Bitmap.H')
-rw-r--r--FL/Fl_Bitmap.H4
1 files changed, 2 insertions, 2 deletions
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) :