ui.event-loop: Fix using list.
parent
7ba4df4c1f
commit
6f5ff6579e
|
@ -1,7 +1,8 @@
|
|||
! Copyright (C) 2008, 2009 Slava Pestov.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: calendar combinators deques kernel namespaces sequences
|
||||
system threads ui.backend ui.gadgets.private ;
|
||||
threads ui.backend ui.gadgets.private ;
|
||||
USE: ui.private
|
||||
IN: ui.event-loop
|
||||
|
||||
: event-loop? ( -- ? )
|
||||
|
|
Loading…
Reference in New Issue