aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--examples/01-click-and-drag-bitmap.lisp (renamed from examples/01-bitmap-display.lisp)0
-rw-r--r--wheelwork-examples.asd2
2 files changed, 1 insertions, 1 deletions
diff --git a/examples/01-bitmap-display.lisp b/examples/01-click-and-drag-bitmap.lisp
index 4bcdba8..4bcdba8 100644
--- a/examples/01-bitmap-display.lisp
+++ b/examples/01-click-and-drag-bitmap.lisp
diff --git a/wheelwork-examples.asd b/wheelwork-examples.asd
index ca6e328..47f0e82 100644
--- a/wheelwork-examples.asd
+++ b/wheelwork-examples.asd
@@ -6,7 +6,7 @@
:serial t
:depends-on (#:wheelwork)
:pathname "examples/"
- :components ((:file "01-bitmap-display")
+ :components ((:file "01-click-and-drag-bitmap")
(:file "02-moving-bitmp")
(:file "03-font-render")
(:file "04-a-button")