fltk/src/drivers/PicoAndroid
Manolo Gouy 4baca53944 Continue implementation of class Fl_Window_Driver according to Albrecht's plan.
This removes a bunch of
   friend class Fl_XXX_Window_Driver;
declarations from Fl_Window.H, and therefore allows
to add a new window driver without modifying the platform-independent code.

The Fl_PicoXXX_Window_Driver classes  have been modified but not tested ==> test needed.

File Fl_X11_Window_Driver.cxx contained this:

// DO NOT call this if the window is not mapped!
static int can_xdbe()
 { ... }

The new code does call can_xdbe() before any window is mapped,
and does work. Since can_xdbe() asks the X server whether it supports
the Xdbe extension, I don't see why this should not work without a
mapped window. This point should be clarified by the author of
"DO NOT call this if the window is not mapped!".


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11388 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2016-03-20 08:44:30 +00:00
..
Fl_PicoAndroid_Copy_Surface.cxx
Fl_PicoAndroid_Graphics_Driver.cxx Extended double buffering fix to Android 2016-03-13 23:03:42 +00:00
Fl_PicoAndroid_Graphics_Driver.H
Fl_PicoAndroid_Image_Surface.cxx
Fl_PicoAndroid_Screen_Driver.cxx Extended double buffering fix to Android 2016-03-13 23:03:42 +00:00
Fl_PicoAndroid_Screen_Driver.H Extended double buffering fix to Android 2016-03-13 23:03:42 +00:00
Fl_PicoAndroid_System_Driver.cxx
Fl_PicoAndroid_System_Driver.H
Fl_PicoAndroid_Window_Driver.cxx Continue implementation of class Fl_Window_Driver according to Albrecht's plan. 2016-03-20 08:44:30 +00:00
Fl_PicoAndroid_Window_Driver.H Extended double buffering fix to Android 2016-03-13 23:03:42 +00:00