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