2006-05-27 17:39:38 -04:00
|
|
|
! Copyright (C) 2005, 2006 Eduardo Cavazos
|
|
|
|
! See http://factorcode.org/license.txt for BSD license.
|
|
|
|
USING: kernel parser words compiler sequences ;
|
|
|
|
|
|
|
|
{
|
|
|
|
"/library/ui/x11/xlib.factor"
|
|
|
|
"/library/ui/x11/glx.factor"
|
|
|
|
"/library/ui/x11/constants.factor"
|
|
|
|
"/library/ui/x11/utilities.factor"
|
|
|
|
"/library/ui/x11/events.factor"
|
|
|
|
"/library/ui/x11/glx-utils.factor"
|
|
|
|
"/library/ui/x11/windows.factor"
|
2006-06-03 19:56:39 -04:00
|
|
|
"/library/ui/x11/clipboard.factor"
|
2006-05-27 17:39:38 -04:00
|
|
|
"/library/ui/x11/ui.factor"
|
2006-08-18 00:54:55 -04:00
|
|
|
} [ run-resource ] each
|