diff options
| author | Lauri Kasanen <cand@gmx.com> | 2014-10-29 20:17:38 +0000 |
|---|---|---|
| committer | Lauri Kasanen <cand@gmx.com> | 2014-10-29 20:17:38 +0000 |
| commit | fe74de572e8e72662f2724b92fe3da9f1692912f (patch) | |
| tree | 6303260ffd6d4988738265ee767193c5454902a4 | |
| parent | ccfb27a83e238843ed1378c3b181dc1c84016155 (diff) | |
Export fl_gettime forms function
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10410 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | FL/forms.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/forms.H b/FL/forms.H index a54864e1e..f14be6ab0 100644 --- a/FL/forms.H +++ b/FL/forms.H @@ -819,7 +819,7 @@ inline double fl_get_timer(Fl_Widget* o) {return ((Fl_Timer*)o)->value();} inline void fl_suspend_timer(Fl_Widget* o) {((Fl_Timer*)o)->suspended(1);} inline void fl_resume_timer(Fl_Widget* o) {((Fl_Timer*)o)->suspended(0);} inline void fl_set_timer_countup(Fl_Widget* o,char d) {((Fl_Timer*)o)->direction(d);} -void fl_gettime(long* sec, long* usec); +void FL_EXPORT fl_gettime(long* sec, long* usec); // Fl_XYPlot nyi |
