From 93d1c43b7acd31c0c0f661973335965eec8248d4 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 24 Apr 2016 19:39:27 +0000 Subject: Remove FL_ABI_VERSION directives git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11692 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Shared_Image.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Shared_Image.cxx') diff --git a/src/Fl_Shared_Image.cxx b/src/Fl_Shared_Image.cxx index fa9a03c8e..1e44544b8 100644 --- a/src/Fl_Shared_Image.cxx +++ b/src/Fl_Shared_Image.cxx @@ -364,7 +364,7 @@ void Fl_Shared_Image::draw(int X, int Y, int W, int H, int cx, int cy) { \param proportional if not null, keep the width and height of the shared image proportional to those of its original image \param can_expand if null, the width and height of the shared image will not exceed those of the original image - \version 1.3.4 and requires compiling with FL_ABI_VERSION = 10304 + \version 1.3.4 Example code: scale an image to fit in a box \code -- cgit v1.2.3