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