]> 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 fd349c44c1b947a48cf05a60417efee44cbc45ea..2a18040b2790ea0d8230b222b8eeaa46186096a0 100644 (file)
@@ -19,4 +19,6 @@
 
 (use-modules (gacela))
 
-(run-scene (import-bitmap "hello-world.bmp"))
+(display-scene
+ (window ((resolution '(640 480)))
+   (image "hello-world.bmp")))