diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-08 06:41:47 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-08 06:41:47 +0000 |
| commit | ada98dd585a8a677a6844597bacce0c5427de316 (patch) | |
| tree | 66e64b2762961285a37afa54d648a4572785a605 /src | |
| parent | 2a40cebfdc5b0f282b04855f6b5f7ecce07ba4d3 (diff) | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/openbox_wrap.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openbox_wrap.cc b/src/openbox_wrap.cc index 9422823c..3f0b601c 100644 --- a/src/openbox_wrap.cc +++ b/src/openbox_wrap.cc @@ -2530,7 +2530,7 @@ static PyObject *_wrap_OBClient_focus(PyObject *self, PyObject *args) { if(!PyArg_ParseTuple(args,(char *)"O:OBClient_focus",&obj0)) goto fail; if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_ob__OBClient,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail; - result = (bool)(arg1)->focus(); + result = (bool)((ob::OBClient const *)arg1)->focus(); resultobj = PyInt_FromLong((long)result); return resultobj; @@ -2546,7 +2546,7 @@ static PyObject *_wrap_OBClient_unfocus(PyObject *self, PyObject *args) { if(!PyArg_ParseTuple(args,(char *)"O:OBClient_unfocus",&obj0)) goto fail; if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_ob__OBClient,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail; - (arg1)->unfocus(); + ((ob::OBClient const *)arg1)->unfocus(); Py_INCREF(Py_None); resultobj = Py_None; return resultobj; |
