diff --git a/binding-mri/oneshot-binding.cpp b/binding-mri/oneshot-binding.cpp index bac669b..9864921 100644 --- a/binding-mri/oneshot-binding.cpp +++ b/binding-mri/oneshot-binding.cpp @@ -112,4 +112,6 @@ void oneshotBindingInit() _rb_define_module_function(module, "obscured_cleared?", oneshotObscuredCleared); _rb_define_module_function(module, "allow_exit", oneshotAllowExit); _rb_define_module_function(module, "shake", oneshotShake); + _rb_define_module_function(module, "getwinpos", oneshotgetwindowpos); + _rb_define_module_function(module, "setwinpos", oneshotmovewindow); }