X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=examples%2F01-hello-world%2F01-hello-world.scm;h=2a18040b2790ea0d8230b222b8eeaa46186096a0;hb=e1e0e1c4a98a9b27391eeef40dea40a59d983710;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..2a18040 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))) + (image "hello-world.bmp")))