From ad92ab9b218642ea84e9c32a268f6fa8bfe0b734 Mon Sep 17 00:00:00 2001 From: jonathan de jong Date: Mon, 3 Apr 2017 11:49:11 +0200 Subject: [PATCH] x.x --- binding-mri/oneshot-binding.cpp | 2 ++ 1 file changed, 2 insertions(+) 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); }