summaryrefslogtreecommitdiff
path: root/src/Fl_Bitmap.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2016-01-04 13:40:57 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2016-01-04 13:40:57 +0000
commitd32b291a7262698cb4767660466d42fda44f1033 (patch)
treede57883d7e581e33179a072255ad3f8291730ff8 /src/Fl_Bitmap.cxx
parentacf6c881d36b675d755433d3cf48613bc46ed78d (diff)
Fix typos in #pragma FL_PORTING.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@10991 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Bitmap.cxx')
-rw-r--r--src/Fl_Bitmap.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_Bitmap.cxx b/src/Fl_Bitmap.cxx
index 42be41a77..52add9f97 100644
--- a/src/Fl_Bitmap.cxx
+++ b/src/Fl_Bitmap.cxx
@@ -269,7 +269,7 @@ int Fl_Bitmap::start(int XP, int YP, int WP, int HP, int &cx, int &cy,
#elif defined(__APPLE__) || defined(USE_X11)
if (!id_) id_ = fl_create_bitmask(w(), h(), array);
#elif defined(FL_PORTING)
-# pragma message "FL_PORTING: call the right funtion to create a bitmap"
+# pragma message "FL_PORTING: call the right function to create a bitmap"
#endif
return 0;
}
@@ -353,7 +353,7 @@ void Fl_GDI_Printer_Graphics_Driver::draw(Fl_Bitmap *bm, int XP, int YP, int WP,
#elif defined(FL_PORTING)
-# pragma message "FL_PORTING: implement Fl_Xlib_Graphics_Driver::draw()"
+# pragma message "FL_PORTING: implement Fl_xxx_Graphics_Driver::draw()"
#else // Xlib
void Fl_Xlib_Graphics_Driver::draw(Fl_Bitmap *bm, int XP, int YP, int WP, int HP, int cx, int cy) {
@@ -388,7 +388,7 @@ void Fl_Bitmap::uncache() {
#elif defined(WIN32) || defined(USE_X11)
fl_delete_bitmask((Fl_Offscreen)id_);
#elif defined(FL_PORTING)
-# pragma message "FL_PORTING: call the right funtion to create a bitmask"
+# pragma message "FL_PORTING: call the right function to create a bitmask"
#endif
id_ = 0;
}