From 28e67b706658b87c80a5c65614681c094e7cb645 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 24 May 2010 00:32:35 -0400 Subject: [PATCH] game.input.x11: add alien.data to using list --- basis/game/input/x11/x11.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/game/input/x11/x11.factor b/basis/game/input/x11/x11.factor index c3bf11f7a8..ecdbee8284 100644 --- a/basis/game/input/x11/x11.factor +++ b/basis/game/input/x11/x11.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2010 Erik Charlebois, William Schlieper. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors alien.c-types arrays kernel game.input +USING: accessors alien.c-types alien.data arrays kernel game.input namespaces math classes bit-arrays system sequences vectors x11 x11.xlib assocs generalizations ; IN: game.input.x11