Recognize Esc and Tab in ICS Console input
[xboard.git] / xaw / xoptions.c
index 6231c7e..272db4c 100644 (file)
@@ -1379,7 +1379,7 @@ TypeInProc (Widget w, XEvent *event, String *prms, Cardinal *nprms)
 }
 
 void
-HardSetFocus (Option *opt)
+HardSetFocus (Option *opt, DialogClass dlg)
 {
     XSetInputFocus(xDisplay, XtWindow(opt->handle), RevertToPointerRoot, CurrentTime);
 }