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