X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=examples%2F01.HelloWorld.scm;h=3f128cb7770d3839213a0f825148165942f81adf;hb=fb9011bf9160be890e0a6b98fcff9ed95ae0bd77;hp=5a3411609ecfbd8cffce4a6950f78e177e6e596b;hpb=e01650cfcde81068b3b5819b64f9b641905b3b76;p=guile-irrlicht.git diff --git a/examples/01.HelloWorld.scm b/examples/01.HelloWorld.scm index 5a34116..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)) @@ -42,7 +42,7 @@ (add-static-text! gui-env "Hello World! This is the Irrlicht Software renderer!" - (make-rect 10 10 260 22) + '(10 10 260 22) #:border #t) ;; load a Quake2 model