From d32b291a7262698cb4767660466d42fda44f1033 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 4 Jan 2016 13:40:57 +0000 Subject: Fix typos in #pragma FL_PORTING. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@10991 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Bitmap.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Fl_Bitmap.cxx') 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; } -- cgit v1.2.3