Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_Region, Fl_Bitmask).

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11432 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy
2016-03-26 14:36:11 +00:00
parent e86e4a6ab0
commit 915d6c643a
57 changed files with 176 additions and 98 deletions
+3
View File
@@ -17,6 +17,9 @@
//
#include <FL/Fl.H>
#ifdef __APPLE__
#include <FL/x.H> // for fl_open_callback
#endif
#include <FL/Fl_Double_Window.H>
#include <FL/Fl_Box.H>
#include <FL/Fl_Button.H>