Pushing graphics reimplementation into sub directory to clean up
svn: r15285
This commit is contained in:
parent
7bd2ae1094
commit
2e6dd0ec80
|
@ -1,7 +1,9 @@
|
||||||
(module animation frtime
|
(module animation frtime
|
||||||
|
|
||||||
(require (all-except "graphics.ss" make-posn posn-x posn-y make-rgb)
|
(require (all-except frtime/animation/graphics
|
||||||
(lifted "graphics.ss" posn-x posn-y make-posn make-rgb)
|
make-posn posn-x posn-y make-rgb)
|
||||||
|
(lifted frtime/animation/graphics
|
||||||
|
posn-x posn-y make-posn make-rgb)
|
||||||
mzlib/match
|
mzlib/match
|
||||||
(as-is:unchecked frtime/lang-ext lift)
|
(as-is:unchecked frtime/lang-ext lift)
|
||||||
mzlib/class
|
mzlib/class
|
||||||
|
@ -375,6 +377,4 @@
|
||||||
(provide
|
(provide
|
||||||
(all-defined-except pixmap window draw-list l d
|
(all-defined-except pixmap window draw-list l d
|
||||||
make-wave-state wave-state-hz wave-state-offset)
|
make-wave-state wave-state-hz wave-state-offset)
|
||||||
#;(lifted make-circle make-ring make-solid-ellipse make-rect make-line make-polygon make-solid-polygon
|
(all-from frtime/animation/graphics)))
|
||||||
make-graph-string)
|
|
||||||
(all-from "graphics.ss")))
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user