X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fdevice.h;h=29bc783f054d657a8c673b0d2ec38ddb7215808f;hb=65527be1c7ad3f05ba651c25249fd8300f5f4fad;hp=1a9046d6aed5c0da5c2aba44d91d851e8ee0d2c7;hpb=56bdd24ab9463c0bba4d5be87b2933e6a817ccee;p=guile-irrlicht.git diff --git a/src/device.h b/src/device.h index 1a9046d..29bc783 100644 --- a/src/device.h +++ b/src/device.h @@ -46,6 +46,10 @@ extern "C" { SCM irr_run (SCM wrapped_device); + SCM + irr_setResizable (SCM wrapped_device, + SCM resize); + SCM irr_setWindowCaption (SCM wrapped_device, SCM text);