X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=examples%2F01.HelloWorld.scm;h=3f128cb7770d3839213a0f825148165942f81adf;hb=2a0373b3eda4407e2e41a4e8fc3a7333bb789a89;hp=40b0acadba2e9809566a6bc82a7527fbc823639d;hpb=e43287a8185702b52a591afb3ade81ca8e383f25;p=guile-irrlicht.git diff --git a/examples/01.HelloWorld.scm b/examples/01.HelloWorld.scm index 40b0aca..3f128cb 100644 --- a/examples/01.HelloWorld.scm +++ b/examples/01.HelloWorld.scm @@ -28,7 +28,7 @@ (define device (create-device #:device-type 'software - #:window-size (make-dimension2d 640 480))) + #:window-size '(640 480))) (when (not device) (exit #f))