X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fdevice.h;h=29bc783f054d657a8c673b0d2ec38ddb7215808f;hb=cf9ecf5f581d2c9688e369b4b2ed49077c48f63e;hp=1a9046d6aed5c0da5c2aba44d91d851e8ee0d2c7;hpb=9137f8fdb1e89ffdec1fb498084f71e92e7f02a9;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);