about summary refs log tree commit diff stats
path: root/bitmap.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'bitmap.lsp')
-rw-r--r--bitmap.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitmap.lsp b/bitmap.lsp
index 059c5cb..e4cdea3 100644
--- a/bitmap.lsp
+++ b/bitmap.lsp
@@ -1,4 +1,5 @@
 ;;; Bitmap
+;;; This could be extended to a general drawing interface, but for now it's probably better to use Tk's canvas.
 
 (defconstant +black+ 0)
 (defconstant +white+ #xFFFFFF)