diff options
| author | Manolo Gouy <Manolo> | 2016-04-10 20:38:04 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-10 20:38:04 +0000 |
| commit | 6879d54fc494dd07c214c8582806304e6b09e80f (patch) | |
| tree | 984836e446f9d7d7f5618f2761bfef75bb88722a /src/drivers/Posix/Fl_Posix_System_Driver.H | |
| parent | 95fa60b71dceadffd65f8f135a89efb05a8d6fd7 (diff) | |
Rewrite Fl_lock.cxx under the driver model.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11578 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Posix/Fl_Posix_System_Driver.H')
| -rw-r--r-- | src/drivers/Posix/Fl_Posix_System_Driver.H | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/drivers/Posix/Fl_Posix_System_Driver.H b/src/drivers/Posix/Fl_Posix_System_Driver.H index 549729651..67f060b04 100644 --- a/src/drivers/Posix/Fl_Posix_System_Driver.H +++ b/src/drivers/Posix/Fl_Posix_System_Driver.H @@ -81,6 +81,11 @@ public: const char *application); virtual int preferences_need_protection_check() {return 1;} virtual void *dlopen(const char *filename); + // these 4 are implemented in Fl_lock.cxx + virtual void awake(void*); + virtual int lock(); + virtual void unlock(); + virtual void* thread_message(); }; #endif // FL_POSIX_SYSTEM_DRIVER_H |
