diff options
| author | Manolo Gouy <Manolo> | 2016-04-02 07:29:09 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-02 07:29:09 +0000 |
| commit | 4d4b43a6bcbcd3926b3dc1fc220c3e4b5b7a8c94 (patch) | |
| tree | 8bd21216a86f56cfa2694244b0c6abb9b48e9b85 /src/drivers/Cocoa | |
| parent | 77e5a5c11ae4d00a6ffe96c3334ea9906fc0fc78 (diff) | |
Move function Fl_X::calc_mac_os_version() to class Fl_Darwin_System_Driver
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11502 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Cocoa')
| -rw-r--r-- | src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx index 6f616cb56..a048bb4b2 100644 --- a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx +++ b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx @@ -31,6 +31,7 @@ extern "C" void NSBeep(void); extern double fl_mac_flush_and_wait(double time_to_wait); extern int fl_ready(); +int Fl_X::next_marked_length = 0; /** Creates a driver that manages all screen and display related calls. |
