X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xoptions.c;h=b95cb2274d6c8249251db7e030698eb822e4364f;hb=b8dda57c7dbcd5942d43523e7e1dbb3755348649;hp=dc525dc4d7ca7ddec4d96c7068249dfa4fc4b982;hpb=1383f5acee09efd2d21ac20bb47fbc15b475ecd5;p=xboard.git diff --git a/xoptions.c b/xoptions.c index dc525dc..b95cb22 100644 --- a/xoptions.c +++ b/xoptions.c @@ -1153,7 +1153,7 @@ SetInsertPos (Option *opt, int pos) XtSetArg(args[0], XtNinsertPosition, pos); XtSetValues(opt->handle, args, 1); // SetFocus(opt->handle, shells[InputBoxDlg], NULL, False); // No idea why this does not work, and the following is needed: - XSetInputFocus(xDisplay, XtWindow(opt->handle), RevertToPointerRoot, CurrentTime); +// XSetInputFocus(xDisplay, XtWindow(opt->handle), RevertToPointerRoot, CurrentTime); } void