]> git.jsancho.org Git - gacela.git/blobdiff - examples/01-hello-world/01-hello-world.scm
Rename bitmap -> image and stretch -> scale
[gacela.git] / examples / 01-hello-world / 01-hello-world.scm
index cdad143f017f5dd5bc422b0b407779a3af2dc6b6..2a18040b2790ea0d8230b222b8eeaa46186096a0 100644 (file)
@@ -20,5 +20,5 @@
 (use-modules (gacela))
 
 (display-scene
- (window '(#:resolution (640 480))
-        (import-bitmap "hello-world.bmp")))
+ (window ((resolution '(640 480)))
+   (image "hello-world.bmp")))