diff options
| author | Manolo Gouy <Manolo> | 2018-02-08 12:47:40 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2018-02-08 12:47:40 +0000 |
| commit | b78b2f7f5f24b98640d31bb8ee7b573703e8cc19 (patch) | |
| tree | f7fa162655da6b426cf8915e2549d877fe9836d6 /src/drivers/Cocoa | |
| parent | 0c8ca7944a13a7143846ed448c9f88e088031ae1 (diff) | |
Move xxx_also_windowless member functions from Fl_System_Driver to Fl_Screen_Driver.
Because these functions are related to Fl_Screen_Driver::wait(double)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12652 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Cocoa')
| -rw-r--r-- | src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H index 3fe29700c..12d93b9e8 100644 --- a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H +++ b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H @@ -100,6 +100,8 @@ public: virtual APP_SCALING_CAPABILITY rescalable() { return SYSTEMWIDE_APP_SCALING; } virtual float scale(int n) {return scale_;} virtual void scale(int n, float f) { scale_ = f;} + virtual int run_also_windowless(); + virtual int wait_also_windowless(double delay); private: float scale_; }; |
