]> Dogcows Code - chaz/openbox/commitdiff
*** empty log message ***
authorDana Jansens <danakj@orodu.net>
Wed, 8 Jan 2003 06:41:47 +0000 (06:41 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 8 Jan 2003 06:41:47 +0000 (06:41 +0000)
src/openbox_wrap.cc

index 9422823c243348f83f8ad8ae7e348d6820f37551..3f0b601ca6e083b534afdb1229d5d8765d9b6eb3 100644 (file)
@@ -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;
This page took 0.026436 seconds and 4 git commands to generate.