fltk/src/drivers
Matthias Melcher 12eef8e64d Separating Fl_X and Fl_Window_Driver in Fl_Window.
This was needed because Fl_X only exists if a window is mapped, but we need the driver from the very beginning. Adding Fl_X in the ctor would create hidden bugs. Strategy is now to remove system specific stuff from Fl_X and move it one-by-one to Fl_Window_Driver while maintaining a working code base. X11 and WIN32 fixups will follow in 15 minutes.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11308 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2016-03-07 21:15:25 +00:00
..
Cocoa Separating Fl_X and Fl_Window_Driver in Fl_Window. 2016-03-07 21:15:25 +00:00
Darwin Rename remaining src/drivers/XXX.h to XXX.H - continued 2016-02-26 16:18:27 +00:00
GDI Fix include statements. 2016-03-06 14:31:33 +00:00
OpenGL Correct \file info for Doxygen 2016-02-26 17:29:42 +00:00
Pico Fix PicoSDL. 2016-03-07 20:50:18 +00:00
PicoSDL Separating Fl_X and Fl_Window_Driver in Fl_Window. 2016-03-07 21:15:25 +00:00
Posix Rename remaining src/drivers/XXX.h to XXX.H - continued 2016-02-26 16:18:27 +00:00
PostScript Change #include following new file location 2016-02-26 16:29:24 +00:00
Quartz Complete the platform-neutral implementation of fl_XXX_offscreen() functions. 2016-03-05 07:04:20 +00:00
WinAPI Added missing virtua function headers 2016-03-01 16:06:11 +00:00
X11 Driver-based Fl_Double_Window implementation - continued. 2016-03-06 22:33:41 +00:00
Xlib Fix bad #include directives 2016-03-04 18:01:39 +00:00