Fix usings on X11
parent
a0eb60906d
commit
142fddd530
|
@ -6,6 +6,7 @@ io.files.unix kernel math.order namespaces sequences sorting
|
||||||
system unix unix.statfs.linux unix.statvfs.linux io.files.links
|
system unix unix.statfs.linux unix.statvfs.linux io.files.links
|
||||||
specialized-arrays.direct.uint arrays io.files.info.unix assocs
|
specialized-arrays.direct.uint arrays io.files.info.unix assocs
|
||||||
io.pathnames unix.types ;
|
io.pathnames unix.types ;
|
||||||
|
FROM: csv => delimiter ;
|
||||||
IN: io.files.info.unix.linux
|
IN: io.files.info.unix.linux
|
||||||
|
|
||||||
TUPLE: linux-file-system-info < unix-file-system-info
|
TUPLE: linux-file-system-info < unix-file-system-info
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2008 Slava Pestov.
|
! Copyright (C) 2008 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: kernel io.backend io.monitors io.monitors.recursive
|
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
|
io.backend.unix io.encodings.utf8 unix.linux.inotify assocs
|
||||||
namespaces make threads continuations init math math.bitwise
|
namespaces make threads continuations init math math.bitwise
|
||||||
sets alien alien.strings alien.c-types vocabs.loader accessors
|
sets alien alien.strings alien.c-types vocabs.loader accessors
|
||||||
|
|
|
@ -447,9 +447,6 @@ X-FUNCTION: Status XDrawString (
|
||||||
|
|
||||||
! 8.7 - Transferring Images between Client and Server
|
! 8.7 - Transferring Images between Client and Server
|
||||||
|
|
||||||
CONSTANT: XYBitmap 0
|
|
||||||
CONSTANT: XYPixmap 1
|
|
||||||
CONSTANT: ZPixmap 2
|
|
||||||
CONSTANT: AllPlanes -1
|
CONSTANT: AllPlanes -1
|
||||||
|
|
||||||
C-STRUCT: XImage-funcs
|
C-STRUCT: XImage-funcs
|
||||||
|
|
Loading…
Reference in New Issue