remove circular using
parent
84008495f0
commit
610c43a3c3
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2009 Doug Coleman.
|
! Copyright (C) 2009 Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors kernel grouping fry sequences combinators
|
USING: accessors kernel grouping fry sequences combinators
|
||||||
images.bitmap math ;
|
math ;
|
||||||
IN: images.backend
|
IN: images.backend
|
||||||
|
|
||||||
SINGLETONS: BGR RGB BGRA RGBA ABGR ARGB RGBX XRGB BGRX XBGR ;
|
SINGLETONS: BGR RGB BGRA RGBA ABGR ARGB RGBX XRGB BGRX XBGR ;
|
||||||
|
|
Loading…
Reference in New Issue