summaryrefslogtreecommitdiff
path: root/FL/x.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/x.H')
-rw-r--r--FL/x.H18
1 files changed, 0 insertions, 18 deletions
diff --git a/FL/x.H b/FL/x.H
index d0a6f4abb..65881b655 100644
--- a/FL/x.H
+++ b/FL/x.H
@@ -31,26 +31,8 @@
# include "win32.H"
# elif defined(__APPLE__) // PORTME: Fl_Window_Driver - Fl_X Window Driver interface
# include "mac.H"
-# elif defined(ANDROID)
-# pragma message "A clean port requires a driver-style system for Fl_X"
# elif defined(USE_SDL)
# pragma message "FL_PORTING: write a header file based on this file, win32.H, or mac.H to define the FLTK core internals"
-
-//typedef void *Window;
-//typedef void *Fl_Region;
-//typedef void *Fl_Bitmask;
-//typedef void *Fl_Offscreen;
-//#include <FL/Fl_Window.H>
-//class FL_EXPORT Fl_X {
-//public:
-// Window xid;
-// Window other_xid;
-// Fl_X *next;
-// char wait_for_expose;
-// static Fl_X* first;
-// static Fl_X* i(const Fl_Window* wi) {return (Fl_X*)wi->i;}
-//};
-
# include "porting.H"
# 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"