]> Dogcows Code - chaz/openbox/commitdiff
blef
authorDana Jansens <danakj@orodu.net>
Thu, 23 Jan 2003 15:46:29 +0000 (15:46 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 23 Jan 2003 15:46:29 +0000 (15:46 +0000)
src/openbox_wrap.cc

index e1e5b118f8a9c7462bcb668231b5affdcabb8e12..7483d7dc345d2fc98ebc2a5085e7da52aea25356 100644 (file)
@@ -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;
This page took 0.028913 seconds and 4 git commands to generate.