X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xgamelist.c;h=3015195c4780d7c36c7d7ff6fb551aac45bbf015;hb=0aa6ca9ac4e3f41c3a3085b834c4dd52fbdc8039;hp=70d1dc8adb12f9ee453a748d786fc90e8109d323;hpb=4042b38821940cd48e9f3d10b5208da7b6288dfd;p=xboard.git diff --git a/xgamelist.c b/xgamelist.c index 70d1dc8..3015195 100644 --- a/xgamelist.c +++ b/xgamelist.c @@ -439,7 +439,7 @@ GameListOptionsPopDown() XtPopdown(gameListOptShell); XtDestroyWidget(gameListOptShell); gameListOptShell = 0; - XtSetKeyboardFocus(shellWidget, formWidget); + // XtSetKeyboardFocus(shellWidget, formWidget); } void @@ -512,9 +512,9 @@ GameListOptionsCreate() j = 0; XtSetArg(args[j], XtNresizable, True); j++; XtSetArg(args[j], XtNallowShellResize, True); j++; - shell = gameListOptShell = - XtCreatePopupShell("Game-list options", transientShellWidgetClass, - shellWidget, args, j); + // shell = gameListOptShell = + // XtCreatePopupShell("Game-list options", transientShellWidgetClass, + // shellWidget, args, j); layout = XtCreateManagedWidget(layoutName, formWidgetClass, shell, layoutArgs, XtNumber(layoutArgs)); @@ -591,7 +591,7 @@ GameListOptionsCreate() GLT_TagsToList(lpUserGLT); XtRealizeWidget(shell); - CatchDeleteWindow(shell, "GameListOptionsPopDown"); + // CatchDeleteWindow(shell, "GameListOptionsPopDown"); return shell; }