Fix X11
parent
e4d50833a7
commit
cd68cccb2c
|
@ -1,11 +1,12 @@
|
||||||
! Copyright (C) 2005, 2007 Eduardo Cavazos and Slava Pestov
|
! Copyright (C) 2005, 2007 Eduardo Cavazos and Slava Pestov
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: alien alien.c-types arrays ui ui.gadgets ui.gestures
|
USING: alien alien.c-types arrays ui ui.gadgets ui.gestures
|
||||||
ui.backend ui.clipboards ui.gadgets.worlds assocs kernel math
|
ui.backend ui.clipboards ui.gadgets.worlds ui.render assocs
|
||||||
namespaces opengl sequences strings x11.xlib x11.events x11.xim
|
kernel math namespaces opengl sequences strings x11.xlib
|
||||||
x11.glx x11.clipboard x11.constants x11.windows io.encodings.string
|
x11.events x11.xim x11.glx x11.clipboard x11.constants
|
||||||
|
x11.windows io.encodings.string io.encodings.ascii
|
||||||
io.encodings.utf8 combinators debugger command-line qualified
|
io.encodings.utf8 combinators debugger command-line qualified
|
||||||
ui.render math.vectors classes.tuple opengl.gl threads ;
|
math.vectors classes.tuple opengl.gl threads ;
|
||||||
QUALIFIED: system
|
QUALIFIED: system
|
||||||
IN: ui.x11
|
IN: ui.x11
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue