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:
|
gen-deps:
|
||||||
../../mzscheme/mzscheme@MMM@ -qr "$(srcdir)/gen-deps.ss"
|
../../mzscheme/mzscheme@MMM@ -qr "$(srcdir)/gen-deps.ss"
|
||||||
|
|
||||||
|
@INCLUDEDEP@ mred.dd
|
||||||
@INCLUDEDEP@ wb_item.dd
|
@INCLUDEDEP@ wb_item.dd
|
||||||
@INCLUDEDEP@ wb_panel.dd
|
@INCLUDEDEP@ wb_panel.dd
|
||||||
@INCLUDEDEP@ wb_timer.dd
|
@INCLUDEDEP@ wb_timer.dd
|
||||||
|
|
|
@ -28,7 +28,6 @@ class wxTimer: public wxbTimer
|
||||||
void *context;
|
void *context;
|
||||||
double expiration;
|
double expiration;
|
||||||
int one_shot;
|
int one_shot;
|
||||||
int interval;
|
|
||||||
wxTimer *prev, *next;
|
wxTimer *prev, *next;
|
||||||
#endif
|
#endif
|
||||||
wxTimer(void *ctx = NULL);
|
wxTimer(void *ctx = NULL);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user