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