diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-10-31 20:47:50 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-10-31 20:47:50 +0000 |
| commit | 1e26ada2c5be6bf9ca45884bebc0228319c3c226 (patch) | |
| tree | f459329e0cf9ff0dc310ab9166214ccb23c1fae2 /src/ps_image.cxx | |
| parent | 48f107775d2a1363522aa96e92d07c876a6f759a (diff) | |
Fixed tab key navigation to inactive widgets (STR #2420), fixed a few pedantic warnings
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7788 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/ps_image.cxx')
| -rw-r--r-- | src/ps_image.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ps_image.cxx b/src/ps_image.cxx index eb1c878c5..b186d3ed1 100644 --- a/src/ps_image.cxx +++ b/src/ps_image.cxx @@ -260,7 +260,7 @@ void Fl_PostScript_Graphics_Driver::draw_scaled_image(const uchar *data, double fprintf(output," >\nrestore\n" ); -}; +} void Fl_PostScript_Graphics_Driver::draw_scaled_image(Fl_Draw_Image_Cb call, void *data, double x, double y, double w, double h, int iw, int ih, int D) { @@ -405,7 +405,7 @@ void Fl_PostScript_Graphics_Driver::draw_scaled_image_mono(const uchar *data, do fprintf(output," >\nrestore\n" ); -}; +} @@ -472,7 +472,7 @@ void Fl_PostScript_Graphics_Driver::draw(Fl_Pixmap * pxm,int XP, int YP, int WP, delete[] mask; mask=0; fl_mask_bitmap=0; -}; +} void Fl_PostScript_Graphics_Driver::draw(Fl_RGB_Image * rgb,int XP, int YP, int WP, int HP, int cx, int cy){ const uchar * di = rgb->array; @@ -486,7 +486,7 @@ void Fl_PostScript_Graphics_Driver::draw(Fl_RGB_Image * rgb,int XP, int YP, int pop_clip(); delete[]mask; mask=0; -}; +} void Fl_PostScript_Graphics_Driver::draw(Fl_Bitmap * bitmap,int XP, int YP, int WP, int HP, int cx, int cy){ const uchar * di = bitmap->array; @@ -523,7 +523,7 @@ void Fl_PostScript_Graphics_Driver::draw(Fl_Bitmap * bitmap,int XP, int YP, int } fprintf(output,">\n"); pop_clip(); -}; +} #endif // FL_DOXYGEN |
