diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-23 15:46:29 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-23 15:46:29 +0000 |
| commit | 47fb66e54b3fd89f00f5ae7539ca6c96964bb401 (patch) | |
| tree | 1a99dca9bf04fa30642149f7456e165985a8e1b8 /src | |
| parent | ff98438acca3ae7ca0b2be66cb39cc29643ecaba (diff) | |
blef
Diffstat (limited to 'src')
| -rw-r--r-- | src/openbox_wrap.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openbox_wrap.cc b/src/openbox_wrap.cc index e1e5b118..7483d7dc 100644 --- a/src/openbox_wrap.cc +++ b/src/openbox_wrap.cc @@ -9363,7 +9363,7 @@ static PyObject *_wrap_Client_focus(PyObject *self, PyObject *args) { if(!PyArg_ParseTuple(args,(char *)"O:Client_focus",&obj0)) goto fail; if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_ob__Client,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail; - result = (bool)((ob::Client const *)arg1)->focus(); + result = (bool)(arg1)->focus(); resultobj = PyInt_FromLong((long)result); return resultobj; |
