summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-24 19:39:27 +0000
committerManolo Gouy <Manolo>2016-04-24 19:39:27 +0000
commit93d1c43b7acd31c0c0f661973335965eec8248d4 (patch)
tree965e4a65b97269145105406b078e4290e6adc923 /FL
parenta877a2d06bbc007b4efc5e9ad7a17ba47a16b68d (diff)
Remove FL_ABI_VERSION directives
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11692 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Scroll.H2
-rw-r--r--FL/Fl_Shared_Image.H2
2 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Scroll.H b/FL/Fl_Scroll.H
index f7192a01d..9da8a2d32 100644
--- a/FL/Fl_Scroll.H
+++ b/FL/Fl_Scroll.H
@@ -99,7 +99,7 @@ protected: // (STR#1895)
Structure to manage scrollbar and widget interior sizes.
This is filled out by recalc_scrollbars() for use in calculations
that need to know the visible scroll area size, etc.
- \note Availability in FL_ABI_VERSION 10303 or higher.
+ \version 1.3.3
*/
typedef struct {
/// A local struct to manage a region defined by xywh
diff --git a/FL/Fl_Shared_Image.H b/FL/Fl_Shared_Image.H
index 2bc490688..6d177c10b 100644
--- a/FL/Fl_Shared_Image.H
+++ b/FL/Fl_Shared_Image.H
@@ -99,7 +99,7 @@ public:
and then drawing the resized copy. This occurs, e.g., when drawing to screen under Linux or MSWindows
after having called Fl_Shared_Image::scale().
This function controls what method is used when the image to be resized is an Fl_RGB_Image.
- \version 1.3.4 and requires compiling with FL_ABI_VERSION = 10304
+ \version 1.3.4
*/
static void scaling_algorithm(Fl_RGB_Scaling algorithm) {scaling_algorithm_ = algorithm; }
};