X-Git-Url: https://git.jsancho.org/?p=gacela.git;a=blobdiff_plain;f=examples%2F01-hello-world%2F01-hello-world.scm;fp=examples%2F01-hello-world%2F01-hello-world.scm;h=2a18040b2790ea0d8230b222b8eeaa46186096a0;hp=61263f13ed08f72a263e2a54b8a66181c602e3c8;hb=6cc07be7e64e74546bf295ad42b5d2475624e3fc;hpb=8875fdf238b6ae7fa548937f103142def7b6c19f diff --git a/examples/01-hello-world/01-hello-world.scm b/examples/01-hello-world/01-hello-world.scm index 61263f1..2a18040 100644 --- a/examples/01-hello-world/01-hello-world.scm +++ b/examples/01-hello-world/01-hello-world.scm @@ -21,4 +21,4 @@ (display-scene (window ((resolution '(640 480))) - (bitmap "hello-world.bmp"))) + (image "hello-world.bmp")))