Merge branch 'winX-comment-typo' of https://github.com/nikolas/NetHack into nikolas

This commit is contained in:
nhmall
2018-09-19 23:40:31 -04:00

View File

@@ -2404,7 +2404,7 @@ void
nh_XtPopup(w, g, childwid)
Widget w; /* widget */
int g; /* type of grab */
Widget childwid; /* child to recieve focus (can be None) */
Widget childwid; /* child to receive focus (can be None) */
{
XtPopup(w, (XtGrabKind) g);
XSetWMProtocols(XtDisplay(w), XtWindow(w), &wm_delete_window, 1);