15 lines
324 B
Factor
15 lines
324 B
Factor
|
|
! Copyright (C) 2005, 2006 Eduardo Cavazos
|
||
|
|
! See http://factorcode.org/license.txt for BSD license.
|
||
|
|
|
||
|
|
PROVIDE: core/ui/x11
|
||
|
|
{ +files+ {
|
||
|
|
"xlib.factor"
|
||
|
|
"glx.factor"
|
||
|
|
"constants.factor"
|
||
|
|
"utilities.factor"
|
||
|
|
"events.factor"
|
||
|
|
"glx-utils.factor"
|
||
|
|
"windows.factor"
|
||
|
|
"clipboard.factor"
|
||
|
|
"ui.factor"
|
||
|
|
} } ;
|