]> git.jsancho.org Git - gacela.git/blobdiff - examples/01-hello-world/01-hello-world.scm
Change import-bitmap with bitmap
[gacela.git] / examples / 01-hello-world / 01-hello-world.scm
index cdad143f017f5dd5bc422b0b407779a3af2dc6b6..cc5e0f3a506094116925b08b072cc16c0afeedf4 100644 (file)
@@ -21,4 +21,4 @@
 
 (display-scene
  (window '(#:resolution (640 480))
-        (import-bitmap "hello-world.bmp")))
+        (bitmap "hello-world.bmp")))