]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix usings on X11
authorSlava Pestov <slava@factorcode.org>
Sat, 16 May 2009 15:50:16 +0000 (11:50 -0400)
committerSlava Pestov <slava@factorcode.org>
Sat, 16 May 2009 15:50:16 +0000 (11:50 -0400)
basis/io/files/info/unix/linux/linux.factor
basis/io/monitors/linux/linux.factor
basis/x11/xlib/xlib.factor

index 72401004ae96dd0cf77222273e3e0f85eeddbb51..a8eb9b65a040ce940439728d1d2f155a6613e730 100644 (file)
@@ -6,6 +6,7 @@ io.files.unix kernel math.order namespaces sequences sorting
 system unix unix.statfs.linux unix.statvfs.linux io.files.links
 specialized-arrays.direct.uint arrays io.files.info.unix assocs
 io.pathnames unix.types ;
+FROM: csv => delimiter ;
 IN: io.files.info.unix.linux
 
 TUPLE: linux-file-system-info < unix-file-system-info
index e914f32a48da6b6923ba887e1da317d10047ae20..9097e7e864fe2cc923f332c894b13b2b941e2136 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: kernel io.backend io.monitors io.monitors.recursive
-io.files io.pathnames io.buffers io.monitors io.ports io.timeouts
+io.files io.pathnames io.buffers io.ports io.timeouts
 io.backend.unix io.encodings.utf8 unix.linux.inotify assocs
 namespaces make threads continuations init math math.bitwise
 sets alien alien.strings alien.c-types vocabs.loader accessors
index 638f5c8d565ede521f3d127ba81a503d77d445cd..65338dc88bb41d8590f4b9aa3231bad9784376c0 100644 (file)
@@ -447,9 +447,6 @@ X-FUNCTION: Status XDrawString (
 
 ! 8.7 - Transferring Images between Client and Server
 
-CONSTANT: XYBitmap 0
-CONSTANT: XYPixmap 1
-CONSTANT: ZPixmap  2
 CONSTANT: AllPlanes -1
 
 C-STRUCT: XImage-funcs