From b762768cffddd670f517b73d36758b03af1be7f4 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 25 Mar 2015 19:15:19 +0000 Subject: 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 --- src/Fl_Window_fullscreen.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3