diff options
-rw-r--r-- | src/package.lisp | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/package.lisp b/src/package.lisp index dc9fee9..8b9f07a 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -96,6 +96,33 @@ #:button-up #:canvas + #:blit + #:clear-canvas + #:with-current-pen + #:with-pen + #:with-canvas + #:restore-pen + #:canvas-pen-color + #:canvas-pen-width + #:move-pen-to + #:move-pen-rel + #:apply-pen-at + #:stroke-to + #:stroke-rel + #:stroke-path + #:stroke-rel-path + #:stroke-steps + #:fill-path + #:fill-steps + #:fill-rel-path + #:stroke-rect + #:stroke-rel-rect + #:fill-rect + #:fill-rel-rect + #:stroke-bezier + #:stroke-rel-bezier + #:fill-bezier + #:fill-rel-bezier #:frameset #:frameset-index |