Export fl_gettime forms function
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10410 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
ccfb27a83e
commit
fe74de572e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user