diff options
Diffstat (limited to 'src/drivers/Darwin')
| -rw-r--r-- | src/drivers/Darwin/Fl_Darwin_System_Driver.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/drivers/Darwin/Fl_Darwin_System_Driver.h b/src/drivers/Darwin/Fl_Darwin_System_Driver.h index 29ba21932..c09359e9d 100644 --- a/src/drivers/Darwin/Fl_Darwin_System_Driver.h +++ b/src/drivers/Darwin/Fl_Darwin_System_Driver.h @@ -25,6 +25,8 @@ #ifndef FL_DARWIN_SYSTEM_DRIVER_H #define FL_DARWIN_SYSTEM_DRIVER_H +#include <FL/Fl_System_Driver.H> + /* Move everything here that manages the system interface. @@ -36,6 +38,11 @@ - multithreading */ +class Fl_Darwin_System_Driver : public Fl_System_Driver +{ +public: +}; + #endif // FL_DARWIN_SYSTEM_DRIVER_H // |
