From d4853f108c1d22c344c1cb9a8a8b7cdc46648983 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 30 Dec 2002 16:42:15 +0000 Subject: all broken now. working on adding mouse binding support --- src/openbox.i | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/openbox.i') diff --git a/src/openbox.i b/src/openbox.i index d4b83575..74ed3010 100644 --- a/src/openbox.i +++ b/src/openbox.i @@ -56,8 +56,10 @@ %rename(preregister) ob::python_preregister; %rename(unregister) ob::python_unregister; %rename(unregister_all) ob::python_unregister_all; -%rename(bind) ob::python_bind; -%rename(unbind) ob::python_unbind; +%rename(bind_key) ob::python_bind_key; +%rename(unbind_key) ob::python_unbind_key; +%rename(bind_mouse) ob::python_bind_mouse; +%rename(unbind_mouse) ob::python_unbind_mouse; %rename(unbind_all) ob::python_unbind_all; %ignore ob::OBScreen::clients; -- cgit v1.2.3