diff --git a/x11/process/x11.c b/x11/process/x11.c index 182d1eaf..41669bb0 100644 --- a/x11/process/x11.c +++ b/x11/process/x11.c @@ -926,11 +926,13 @@ printf("Width %d Height %d\n",XCURSESGEOMETRY.width,XCURSESGEOMETRY.height); wmhints.flags = InputHint; wmhints.input = True; XSetWMHints(XtDisplay(topLevel), XtWindow(topLevel), &wmhints); +#if 0 XSetInputFocus(XtDisplay(topLevel), XtWindow(topLevel), RevertToNone, CurrentTime); XSetInputFocus(XtDisplay(drawing), XtWindow(drawing), RevertToNone, CurrentTime); +#endif /* * Wait for events... */