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/WinAPI/Fl_WinAPI_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/WinAPI/Fl_WinAPI_System_Driver.H')
| -rw-r--r-- | src/drivers/WinAPI/Fl_WinAPI_System_Driver.H | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H index 49fb1da63..cbec9065d 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H +++ b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H @@ -86,6 +86,12 @@ public: virtual void *dlopen(const char *filename); virtual void png_extra_rgba_processing(unsigned char *array, int w, int h); virtual const char *next_dir_sep(const char *start); + // these 3 are implemented in Fl_lock.cxx + virtual void awake(void*); + virtual int lock(); + virtual void unlock(); + // this one is implemented in Fl_win32.cxx + virtual void* thread_message(); }; #endif // FL_WINAPI_SYSTEM_DRIVER_H |
