x11 bootstrap fix
parent
53592d0f3c
commit
6a36b755ea
|
@ -1,8 +1,8 @@
|
||||||
! Copyright (C) 2005, 2006 Eduardo Cavazos and Slava Pestov
|
! Copyright (C) 2005, 2006 Eduardo Cavazos and Slava Pestov
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
IN: x11
|
IN: x11
|
||||||
USING: arrays errors freetype gadgets
|
USING: arrays errors freetype gadgets gadgets-listener
|
||||||
gadgets-listener hashtables kernel kernel-internals math
|
gadgets-workspace hashtables kernel kernel-internals math
|
||||||
namespaces opengl sequences strings ;
|
namespaces opengl sequences strings ;
|
||||||
|
|
||||||
! In the X11 backend, world-handle is a pair { window context }.
|
! In the X11 backend, world-handle is a pair { window context }.
|
||||||
|
|
Loading…
Reference in New Issue