X-Git-Url: https://git.jsancho.org/?p=gacela.git;a=blobdiff_plain;f=examples%2F01-hello-world%2F01-hello-world.scm;h=cdad143f017f5dd5bc422b0b407779a3af2dc6b6;hp=fd349c44c1b947a48cf05a60417efee44cbc45ea;hb=ee72c2bc37b7d06fbf90b27fa8e45e6f2d4e27bc;hpb=475d22be2375535402165d3373fae03a028886f2 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")))