s/True/true/
This commit is contained in:
parent
c33ccf60cb
commit
1fd2c6c2b6
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ void OtkWidget::create(unsigned long mask)
|
|||
|
||||
attrib_create.background_pixmap = None;
|
||||
attrib_create.colormap = scr_info->colormap();
|
||||
attrib_create.override_redirect = True; // not used by default
|
||||
attrib_create.override_redirect = true; // not used by default
|
||||
attrib_create.event_mask = ButtonPressMask | ButtonReleaseMask |
|
||||
ButtonMotionMask | ExposureMask | StructureNotifyMask;
|
||||
|
||||
|
|
Loading…
Reference in a new issue