X-Git-Url: https://git.jsancho.org/?p=gacela.git;a=blobdiff_plain;f=examples%2F01-hello-world%2F01-hello-world.scm;h=61263f13ed08f72a263e2a54b8a66181c602e3c8;hp=cc5e0f3a506094116925b08b072cc16c0afeedf4;hb=c99c0f2ef95a3f78ed1be83b9b38db6010d21981;hpb=8f7ad6cdbc41a4a10ec133c6e6029928bd304025 diff --git a/examples/01-hello-world/01-hello-world.scm b/examples/01-hello-world/01-hello-world.scm index cc5e0f3..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)) - (bitmap "hello-world.bmp"))) + (window ((resolution '(640 480))) + (bitmap "hello-world.bmp")))