summaryrefslogtreecommitdiff
path: root/FL/x.H
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2016-02-09 21:54:38 +0000
committerMatthias Melcher <fltk@matthiasm.com>2016-02-09 21:54:38 +0000
commit94f0278d4771c816f3303efd2e8fa10fc6c41b7a (patch)
treed60ad09f2f45e2d972541fe19a5a7d26bb3a1ddf /FL/x.H
parent7a0fe79f99ea90106b035047cb37148b4f3809fc (diff)
Porting efforts, minimal Android stuff, cleanup.
- Moving code around for Fl_Double_Window, but not yet happy - Tested CMake for Android cross compilation. Very happy! git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11142 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/x.H')
-rw-r--r--FL/x.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/x.H b/FL/x.H
index 2358ed003..d5a3e6e94 100644
--- a/FL/x.H
+++ b/FL/x.H
@@ -30,6 +30,8 @@
# include "win32.H"
# elif defined(__APPLE__)
# include "mac.H"
+# elif defined(ANDROID)
+# error "A clean port requires a driver-style system for Fl_X"
# elif defined(FL_PORTING)
# pragma message "FL_PORTING: write a header file based on this file, win32.H, or mac.H to define the FLTK core internals"
# include "porting.H"