From d8aff44a6a639de83ba8f0957f9f9f17f2a05532 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 16 Jan 2003 08:44:52 +0000 Subject: redo otk::Property. make it static. --- src/python.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/python.hh') diff --git a/src/python.hh b/src/python.hh index a2cfa366..de9afdfb 100644 --- a/src/python.hh +++ b/src/python.hh @@ -187,7 +187,7 @@ PyObject *ebind(ob::EventAction action, PyObject *func); void set_reset_key(const std::string &key); -PyObject *send_client_msg(Window target, int type, Window about, +PyObject *send_client_msg(Window target, Atom type, Window about, long data, long data1 = 0, long data2 = 0, long data3 = 0, long data4 = 0); } -- cgit v1.2.3