From fc912ef78608a8ecdbca5db701b44ce0953844aa Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 5 Oct 2014 23:38:39 +0000 Subject: Fix ABI compatibility comments. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10362 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Window.H | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H index 8e2fef7e0..f42bf2598 100644 --- a/FL/Fl_Window.H +++ b/FL/Fl_Window.H @@ -77,19 +77,19 @@ class FL_EXPORT Fl_Window : public Fl_Group { #endif int no_fullscreen_h; #if FLTK_ABI_VERSION < 10303 - static // when these members are static, ABI compatibility with 1.3.2 is respected + static // when these members are static, ABI compatibility with 1.3.0 is respected #endif int fullscreen_screen_top; #if FLTK_ABI_VERSION < 10303 - static // when these members are static, ABI compatibility with 1.3.2 is respected + static // when these members are static, ABI compatibility with 1.3.0 is respected #endif int fullscreen_screen_bottom; #if FLTK_ABI_VERSION < 10303 - static // when these members are static, ABI compatibility with 1.3.2 is respected + static // when these members are static, ABI compatibility with 1.3.0 is respected #endif int fullscreen_screen_left; #if FLTK_ABI_VERSION < 10303 - static // when these members are static, ABI compatibility with 1.3.2 is respected + static // when these members are static, ABI compatibility with 1.3.0 is respected #endif int fullscreen_screen_right; -- cgit v1.2.3