More device and driver setup.

- building the base structure to have a screen driver, a window driver, and a system driver
- still pondering over the exact implementation

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11147 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher
2016-02-10 13:04:24 +00:00
parent 572b7fe0b8
commit 478d633620
9 changed files with 223 additions and 3 deletions
+1 -1
View File
@@ -346,7 +346,7 @@
* Do we want filename handling and a filechooser?
*/
#cmakedefine FL_CFG_FILESYSTEM_SUPPORT 1
#cmakedefine FL_CFG_NO_FILESYSTEM_SUPPORT 1
/*
* End of "$Id$".