X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=examples%2F01-hello-world%2F01-hello-world.scm;h=61263f13ed08f72a263e2a54b8a66181c602e3c8;hb=c99c0f2ef95a3f78ed1be83b9b38db6010d21981;hp=cdad143f017f5dd5bc422b0b407779a3af2dc6b6;hpb=ee72c2bc37b7d06fbf90b27fa8e45e6f2d4e27bc;p=gacela.git diff --git a/examples/01-hello-world/01-hello-world.scm b/examples/01-hello-world/01-hello-world.scm index cdad143..61263f1 100644 --- a/examples/01-hello-world/01-hello-world.scm +++ b/examples/01-hello-world/01-hello-world.scm @@ -20,5 +20,5 @@ (use-modules (gacela)) (display-scene - (window '(#:resolution (640 480)) - (import-bitmap "hello-world.bmp"))) + (window ((resolution '(640 480))) + (bitmap "hello-world.bmp")))