From 78039ecb55130d4b6e30a1aa005b4498d1a6decf Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 6 Nov 2012 20:46:14 +0000 Subject: Replaced 10302 with 10301 for FLTK_ABI_VERSION git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9706 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Device.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl_Device.H') diff --git a/FL/Fl_Device.H b/FL/Fl_Device.H index e0218386c..217fd468e 100644 --- a/FL/Fl_Device.H +++ b/FL/Fl_Device.H @@ -367,7 +367,7 @@ protected: the image offset by the cx and cy arguments. */ virtual void draw(Fl_Bitmap *bm, int XP, int YP, int WP, int HP, int cx, int cy) {} -#if FLTK_ABI_VERSION >= 10302 +#if FLTK_ABI_VERSION >= 10301 virtual #endif void copy_offscreen(int x, int y, int w, int h, Fl_Offscreen pixmap, int srcx, int srcy); -- cgit v1.2.3