X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=examples%2F01.HelloWorld.scm;h=40b0acadba2e9809566a6bc82a7527fbc823639d;hb=e43287a8185702b52a591afb3ade81ca8e383f25;hp=3f128cb7770d3839213a0f825148165942f81adf;hpb=f3a560cc144b7878256e18ee69c99767485a6111;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))