Changeset 3430
- Timestamp:
- 07/14/08 11:43:17 (6 months ago)
- Files:
-
- trunk/bknr/web/src/images/image.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bknr/web/src/images/image.lisp
r3429 r3430 59 59 60 60 (defmacro with-store-image* ((image) &body body) 61 `(with- image-from-file (cl-gd:*default-image* (blob-pathname ,image) (image-type-keyword ,image))62 ,@body))61 `(with-store-image (cl-gd:*default-image* ,image) 62 ,@body)) 63 63 64 64 (defun make-store-image (&key (image *default-image*)
