set XtNinput on frames (PR 9690)

svn: r11412
This commit is contained in:
Matthew Flatt 2008-08-25 12:57:57 +00:00
parent f530f6c9ed
commit 6793197f68

View File

@ -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;
}