summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2014-10-05 23:38:39 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2014-10-05 23:38:39 +0000
commitfc912ef78608a8ecdbca5db701b44ce0953844aa (patch)
treec4c09dcca3d5e58fe7668b3792276ad3b066c125
parenta1c0b1b08c51bdeb2f62892d70098f800163af81 (diff)
Fix ABI compatibility comments.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10362 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--FL/Fl_Window.H8
1 files 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;