diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2015-03-25 19:15:19 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2015-03-25 19:15:19 +0000 |
| commit | b762768cffddd670f517b73d36758b03af1be7f4 (patch) | |
| tree | 9c26c2bf4acc1ceea55dfe3b1c4a3667e64d3c63 /src/Fl_Window_fullscreen.cxx | |
| parent | 6ea2b8baea26cbf7e29ec5085c2ef07cd68a0b3d (diff) | |
Fix compilation with FLTK_ABI_VERSION == 10301 and 10302.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10652 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Window_fullscreen.cxx')
| -rw-r--r-- | src/Fl_Window_fullscreen.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Fl_Window_fullscreen.cxx b/src/Fl_Window_fullscreen.cxx index 6b0d400e4..79f9d002a 100644 --- a/src/Fl_Window_fullscreen.cxx +++ b/src/Fl_Window_fullscreen.cxx @@ -3,7 +3,7 @@ // // Fullscreen window support for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2010 by Bill Spitzak and others. +// Copyright 1998-2015 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -36,6 +36,9 @@ int Fl_Window::no_fullscreen_x = 0; int Fl_Window::no_fullscreen_y = 0; int Fl_Window::no_fullscreen_w = 0; int Fl_Window::no_fullscreen_h = 0; +#endif + +#if FLTK_ABI_VERSION < 10303 int Fl_Window::fullscreen_screen_top = -1; int Fl_Window::fullscreen_screen_bottom = -1; int Fl_Window::fullscreen_screen_left = -1; |
