ui.event-loop: Fix using list.

db4
Doug Coleman 2014-10-26 16:26:51 -07:00
parent 7ba4df4c1f
commit 6f5ff6579e
1 changed files with 2 additions and 1 deletions

View File

@ -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? ( -- ? )