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