diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-04 05:18:33 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-04 05:18:33 +0000 |
| commit | bf404e092be46801b1a78f9a71e10d0d00b75894 (patch) | |
| tree | 5beb02abff23d8cc1e019206d5f7d2ade7f8fc08 /otk/otk_wrap.cc | |
| parent | e3b50c2d137ba194073dc062edf73e79c18b7fe8 (diff) | |
make the frame window override-redirect
Diffstat (limited to 'otk/otk_wrap.cc')
| -rw-r--r-- | otk/otk_wrap.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otk/otk_wrap.cc b/otk/otk_wrap.cc index 8b072b30..0b7ee3ac 100644 --- a/otk/otk_wrap.cc +++ b/otk/otk_wrap.cc @@ -1862,7 +1862,7 @@ static PyObject *_wrap_new_OtkWidget__SWIG_1(PyObject *self, PyObject *args) { int arg3 = (int) otk::OtkWidget::Horizontal ; Cursor arg4 = (Cursor) 0 ; int arg5 = (int) 1 ; - unsigned long arg6 = (unsigned long) 0 ; + bool arg6 = (bool) false ; otk::OtkWidget *result; Cursor *argp4 ; PyObject * obj0 = 0 ; @@ -1878,7 +1878,7 @@ static PyObject *_wrap_new_OtkWidget__SWIG_1(PyObject *self, PyObject *args) { arg4 = *argp4; } if (obj5) { - arg6 = (unsigned long) PyInt_AsLong(obj5); + arg6 = (bool) PyInt_AsLong(obj5); if (PyErr_Occurred()) SWIG_fail; } result = (otk::OtkWidget *)new otk::OtkWidget(arg1,arg2,(otk::OtkWidget::Direction )arg3,arg4,arg5,arg6); |
