]> git.jsancho.org Git - gacela.git/blobdiff - examples/02-event-driven-programming/02-event-driven-programming.scm
Rename bitmap -> image and stretch -> scale
[gacela.git] / examples / 02-event-driven-programming / 02-event-driven-programming.scm
index b15123368cbafcdf90ae2a4f47761976a673db88..a75eddfd5770e99d9f75e3592c82275a06c7b796 100644 (file)
@@ -31,4 +31,4 @@
 (display-scene
  (window ((resolution '(640 480))
          (when-quit counter-quit))
-   (bitmap "x.bmp")))
+   (image "x.bmp")))