diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2012-11-06 20:46:14 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2012-11-06 20:46:14 +0000 |
| commit | 78039ecb55130d4b6e30a1aa005b4498d1a6decf (patch) | |
| tree | d4a51605695bd70bdc1b9923860de63149a2b9eb /FL/Fl_Window.H | |
| parent | 00ed897277139be1b03ac90afcf45af3105f2d47 (diff) | |
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
Diffstat (limited to 'FL/Fl_Window.H')
| -rw-r--r-- | FL/Fl_Window.H | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H index 84f706823..d6997e601 100644 --- a/FL/Fl_Window.H +++ b/FL/Fl_Window.H @@ -52,19 +52,19 @@ class FL_EXPORT Fl_Window : public Fl_Group { // Note: we must use separate statements for each of the following 4 variables, // with the static attribute, otherwise MS VC++ 2008/2010 complains :-( // AlbrechtS 04/2012 -#if FLTK_ABI_VERSION < 10302 +#if FLTK_ABI_VERSION < 10301 static // when these members are static, ABI compatibility with 1.3.0 is respected #endif int no_fullscreen_x; -#if FLTK_ABI_VERSION < 10302 +#if FLTK_ABI_VERSION < 10301 static // when these members are static, ABI compatibility with 1.3.0 is respected #endif int no_fullscreen_y; -#if FLTK_ABI_VERSION < 10302 +#if FLTK_ABI_VERSION < 10301 static // when these members are static, ABI compatibility with 1.3.0 is respected #endif int no_fullscreen_w; -#if FLTK_ABI_VERSION < 10302 +#if FLTK_ABI_VERSION < 10301 static // when these members are static, ABI compatibility with 1.3.0 is respected #endif int no_fullscreen_h; |
