set XtNinput on frames (PR 9690)
svn: r11412
This commit is contained in:
parent
f530f6c9ed
commit
6793197f68
|
@ -377,6 +377,10 @@ Bool wxFrame::Create(wxFrame *frame_parent, char *title,
|
|||
}
|
||||
}
|
||||
|
||||
/* Let window managers know that the frame can receive the focus
|
||||
(patch from Alexey Voinov): */
|
||||
XtVaSetValues(X->frame, XtNinput, True, NULL);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user