From 1e26ada2c5be6bf9ca45884bebc0228319c3c226 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 31 Oct 2010 20:47:50 +0000 Subject: 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 --- src/ps_image.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/ps_image.cxx') 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 -- cgit v1.2.3