diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl.cxx | 2 | ||||
| -rw-r--r-- | src/Fl_Bitmap.cxx | 6 | ||||
| -rw-r--r-- | src/Fl_Copy_Surface.cxx | 4 | ||||
| -rw-r--r-- | src/Fl_Double_Window.cxx | 2 | ||||
| -rw-r--r-- | src/Fl_File_Browser.cxx | 2 | ||||
| -rw-r--r-- | src/Fl_File_Chooser2.cxx | 2 | ||||
| -rw-r--r-- | src/Fl_own_colormap.cxx | 2 | ||||
| -rw-r--r-- | src/filename_ext.cxx | 2 | ||||
| -rw-r--r-- | src/filename_isdir.cxx | 2 | ||||
| -rw-r--r-- | src/filename_list.cxx | 2 | ||||
| -rw-r--r-- | src/fl_font.cxx | 2 | ||||
| -rw-r--r-- | src/fl_rect.cxx | 2 | ||||
| -rw-r--r-- | src/fl_utf.c | 2 |
13 files changed, 16 insertions, 16 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx index 2976baa3c..e205f4407 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -800,7 +800,7 @@ void Fl::flush() { if (fl_gc) CGContextFlush(fl_gc); #elif defined(FL_PORTING) -# pragma message "FL_PORTING: flush your graohics context here" +# pragma message "FL_PORTING: flush your graphics context here" #else # error unsupported platform #endif 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; } diff --git a/src/Fl_Copy_Surface.cxx b/src/Fl_Copy_Surface.cxx index b1fe45725..04dbc8564 100644 --- a/src/Fl_Copy_Surface.cxx +++ b/src/Fl_Copy_Surface.cxx @@ -98,7 +98,7 @@ Fl_Copy_Surface::Fl_Copy_Surface(int w, int h) : Fl_Surface_Device(NULL) SetBkMode(gc, TRANSPARENT); } #elif defined(FL_PORTING) -# pragma message "FL_PORTING: initialize memebrs of Fl_Copy_Surface" +# pragma message "FL_PORTING: initialize members of Fl_Copy_Surface" #else // Xlib helper = new Fl_Xlib_Surface_(); driver(helper->driver()); @@ -136,7 +136,7 @@ Fl_Copy_Surface::~Fl_Copy_Surface() fl_gc = oldgc; delete (Fl_GDI_Surface_*)helper; #elif defined(FL_PORTING) -# pragma message "FL_PORTING: free resources in destructo of Fl_Copy_Surface" +# pragma message "FL_PORTING: free resources in destructor of Fl_Copy_Surface" #else // Xlib fl_pop_clip(); unsigned char *data = fl_read_image(NULL,0,0,width,height,0); diff --git a/src/Fl_Double_Window.cxx b/src/Fl_Double_Window.cxx index 397507a95..9bf3db289 100644 --- a/src/Fl_Double_Window.cxx +++ b/src/Fl_Double_Window.cxx @@ -109,7 +109,7 @@ void fl_copy_offscreen(int x, int y, int w, int h, Fl_Offscreen pixmap, int srcx #elif defined(__APPLE__) ((Fl_Quartz_Graphics_Driver*)fl_graphics_driver)->copy_offscreen(x, y, w, h, pixmap, srcx, srcy); #elif defined(FL_PORTING) -# pragma message "FL_PORTING: call our version of fl_copy_offscreen" +# pragma message "FL_PORTING: call your version of fl_copy_offscreen here" #endif } else { // when copy is not to the display diff --git a/src/Fl_File_Browser.cxx b/src/Fl_File_Browser.cxx index a1a114f76..4ee1188cd 100644 --- a/src/Fl_File_Browser.cxx +++ b/src/Fl_File_Browser.cxx @@ -28,7 +28,7 @@ #if defined(WIN32) || defined(__APPLE__) #elif defined(FL_PORTING) -# pragma message "FL_PORTING: implement the iternals of your file browser here" +# pragma message "FL_PORTING: implement the internals of your file browser here" #else #endif diff --git a/src/Fl_File_Chooser2.cxx b/src/Fl_File_Chooser2.cxx index 756aedf73..2144e74af 100644 --- a/src/Fl_File_Chooser2.cxx +++ b/src/Fl_File_Chooser2.cxx @@ -359,7 +359,7 @@ #if defined(WIN32) || defined(__APPLE__) #elif defined(FL_PORTING) -# pragma message "FL_PORTING: implement the internal of your filechooser here" +# pragma message "FL_PORTING: implement the internals of your filechooser here" #else #endif diff --git a/src/Fl_own_colormap.cxx b/src/Fl_own_colormap.cxx index d9eee2bb2..1423978f1 100644 --- a/src/Fl_own_colormap.cxx +++ b/src/Fl_own_colormap.cxx @@ -48,7 +48,7 @@ void Fl::own_colormap() {} #elif defined(FL_PORTING) -# pragma message "FL_PORTING: implement color map handling if you don;t have an RGB screen" +# pragma message "FL_PORTING: implement color map handling if you don't have an RGB screen" #else // X version diff --git a/src/filename_ext.cxx b/src/filename_ext.cxx index 406420e07..6f64582ba 100644 --- a/src/filename_ext.cxx +++ b/src/filename_ext.cxx @@ -23,7 +23,7 @@ #ifdef WIN32 #elif defined(__APPLE__) #elif defined(FL_PORTING) -# pragma message "FL_PORTING: implement directory and filename handling for your platfomr if needed" +# pragma message "FL_PORTING: implement directory and filename handling for your platform if needed" #else // X11 #endif diff --git a/src/filename_isdir.cxx b/src/filename_isdir.cxx index e27c0ee37..8737d0993 100644 --- a/src/filename_isdir.cxx +++ b/src/filename_isdir.cxx @@ -28,7 +28,7 @@ #ifdef WIN32 #elif defined(__APPLE__) #elif defined(FL_PORTING) -# pragma message "FL_PORTING: implement directory and filename handling for your platfomr if needed" +# pragma message "FL_PORTING: implement directory and filename handling for your platform if needed" #else // X11 #endif diff --git a/src/filename_list.cxx b/src/filename_list.cxx index d65ddcdd3..926a28d6b 100644 --- a/src/filename_list.cxx +++ b/src/filename_list.cxx @@ -29,7 +29,7 @@ #ifdef WIN32 #elif defined(__APPLE__) #elif defined(FL_PORTING) -# pragma message "FL_PORTING: implement directory and filename handling for your platfomr if needed" +# pragma message "FL_PORTING: implement directory and filename handling for your platform if needed" #else // X11 #endif diff --git a/src/fl_font.cxx b/src/fl_font.cxx index f8feba035..4e6fb4de6 100644 --- a/src/fl_font.cxx +++ b/src/fl_font.cxx @@ -52,7 +52,7 @@ #elif USE_XFT # include "fl_font_xft.cxx" #elif defined(FL_PORTING) -# pragma message "FL_PORTING: implement font handling specific in its own file" +# pragma message "FL_PORTING: implement font handling specifics in its own file" #else # include "fl_font_x.cxx" #endif // WIN32 diff --git a/src/fl_rect.cxx b/src/fl_rect.cxx index 29d36abce..034615d44 100644 --- a/src/fl_rect.cxx +++ b/src/fl_rect.cxx @@ -35,7 +35,7 @@ #if defined(WIN32) || defined(__APPLE__) #elif defined(FL_PORTING) -# pragma message "FL_PORTING: implement al the line drawing functions below" +# pragma message "FL_PORTING: implement all the line drawing functions below" #else #endif diff --git a/src/fl_utf.c b/src/fl_utf.c index d81ba983d..9850a083c 100644 --- a/src/fl_utf.c +++ b/src/fl_utf.c @@ -24,7 +24,7 @@ #if defined(WIN32) || defined(__APPLE__) #elif defined(FL_PORTING) -# pragma message "FL_PORTING: llok out for some unicode functions here. Default should be fine though." +# pragma message "FL_PORTING: look out for some unicode functions here. Default should be fine though." #else #endif |
