diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-16 08:44:52 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-16 08:44:52 +0000 |
| commit | d8aff44a6a639de83ba8f0957f9f9f17f2a05532 (patch) | |
| tree | 43ebc733819c4337599a55eaed7b701a3401d2a7 /src/python.hh | |
| parent | 8b0daa912e72085994cfd804a60ba4113ba27148 (diff) | |
redo otk::Property. make it static.
Diffstat (limited to 'src/python.hh')
| -rw-r--r-- | src/python.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
