Fix load ordering in contrib/x11/load.factor
parent
5dc802a8d4
commit
bcfbf40a1d
|
@ -1,7 +1,7 @@
|
||||||
USING: kernel parser words compiler sequences ;
|
USING: kernel parser words compiler sequences ;
|
||||||
|
|
||||||
{
|
{
|
||||||
"xlib" "x" "rectangle" "draw-string"
|
"rectangle" "xlib" "x" "draw-string"
|
||||||
"concurrent-widgets" "glx" "gl"
|
"concurrent-widgets" "glx" "gl"
|
||||||
} [ "/contrib/x11/" swap ".factor" append3 run-resource ] each
|
} [ "/contrib/x11/" swap ".factor" append3 run-resource ] each
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue