summaryrefslogtreecommitdiff
path: root/src/openbox_wrap.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-04 07:24:40 +0000
committerDana Jansens <danakj@orodu.net>2003-01-04 07:24:40 +0000
commita6f5b33ad90637705af9717c978bf895455c71ba (patch)
tree3065ff1c17888b1ac753887852b057bed5d3210c /src/openbox_wrap.cc
parent8735c12d9633738a5150c451457471d797fa9bf1 (diff)
configure request optimizations
Diffstat (limited to 'src/openbox_wrap.cc')
-rw-r--r--src/openbox_wrap.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/openbox_wrap.cc b/src/openbox_wrap.cc
index 3a81b9fd..f4212c82 100644
--- a/src/openbox_wrap.cc
+++ b/src/openbox_wrap.cc
@@ -2282,11 +2282,13 @@ static PyObject *_wrap_OBClient_resize(PyObject *self, PyObject *args) {
int arg2 ;
int arg3 ;
int arg4 ;
+ int arg5 = (int) INT_MIN ;
+ int arg6 = (int) INT_MIN ;
PyObject * obj0 = 0 ;
- if(!PyArg_ParseTuple(args,(char *)"Oiii:OBClient_resize",&obj0,&arg2,&arg3,&arg4)) goto fail;
+ if(!PyArg_ParseTuple(args,(char *)"Oiii|ii:OBClient_resize",&obj0,&arg2,&arg3,&arg4,&arg5,&arg6)) goto fail;
if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_ob__OBClient,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
- (arg1)->resize((ob::OBClient::Corner )arg2,arg3,arg4);
+ (arg1)->resize((ob::OBClient::Corner )arg2,arg3,arg4,arg5,arg6);
Py_INCREF(Py_None); resultobj = Py_None;
return resultobj;