mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
2000-02-01
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
005f125829
commit
e4b53b2222
37 changed files with 1603 additions and 691 deletions
|
@ -69,8 +69,7 @@ _timer_for_tcl(clientData)
|
|||
VALUE thread;
|
||||
|
||||
Tk_DeleteTimerHandler(timer_token);
|
||||
timer_token = Tk_CreateTimerHandler(100, _timer_for_tcl,
|
||||
(ClientData)0);
|
||||
timer_token = Tk_CreateTimerHandler(100, _timer_for_tcl, (ClientData)0);
|
||||
|
||||
CHECK_INTS;
|
||||
q = iqueue;
|
||||
|
@ -93,8 +92,7 @@ static VALUE
|
|||
lib_mainloop(self)
|
||||
VALUE self;
|
||||
{
|
||||
timer_token = Tk_CreateTimerHandler(100, _timer_for_tcl,
|
||||
(ClientData)0);
|
||||
timer_token = Tk_CreateTimerHandler(100, _timer_for_tcl, (ClientData)0);
|
||||
DUMP1("start Tk_Mainloop");
|
||||
Tk_MainLoop();
|
||||
DUMP1("stop Tk_Mainloop");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue