fix timer% interval method for Mac OS X
svn: r5462
This commit is contained in:
parent
f9dfebefa3
commit
ebcf1e7817
|
@ -1405,6 +1405,7 @@ XSRC_EXTRA_DIR_wx_mac = macxsrc
|
|||
gen-deps:
|
||||
../../mzscheme/mzscheme@MMM@ -qr "$(srcdir)/gen-deps.ss"
|
||||
|
||||
@INCLUDEDEP@ mred.dd
|
||||
@INCLUDEDEP@ wb_item.dd
|
||||
@INCLUDEDEP@ wb_panel.dd
|
||||
@INCLUDEDEP@ wb_timer.dd
|
||||
|
|
|
@ -28,7 +28,6 @@ class wxTimer: public wxbTimer
|
|||
void *context;
|
||||
double expiration;
|
||||
int one_shot;
|
||||
int interval;
|
||||
wxTimer *prev, *next;
|
||||
#endif
|
||||
wxTimer(void *ctx = NULL);
|
||||
|
|
Loading…
Reference in New Issue
Block a user