diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-01-04 13:40:57 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-01-04 13:40:57 +0000 |
| commit | d32b291a7262698cb4767660466d42fda44f1033 (patch) | |
| tree | de57883d7e581e33179a072255ad3f8291730ff8 /src/Fl_Double_Window.cxx | |
| parent | acf6c881d36b675d755433d3cf48613bc46ed78d (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_Double_Window.cxx')
| -rw-r--r-- | src/Fl_Double_Window.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
