X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=blobdiff_plain;f=ngamelist.c;h=3d2b417e45d20fc3d7b561f55b196be7be5be762;hp=1004a92b3ff16631c6a0441125e192dc2a0bf2ee;hb=51d2fca3f8d1d539b75c21ef49c84dd1d85b32e6;hpb=79a3238560118073b6e2ae2f0a55488129e02d79 diff --git a/ngamelist.c b/ngamelist.c index 1004a92..3d2b417 100644 --- a/ngamelist.c +++ b/ngamelist.c @@ -81,7 +81,7 @@ static int GameListPrepare P((int byPos, int narrow)); static void GameListReplace P((int page)); static void GL_Button P((int n)); -static Option gamesOptions[] = { +Option gamesOptions[] = { { 200, LR|TB, 400, NULL, (void*) list, NULL, NULL, ListBox, "", &appData.gameListFont }, { 0, 0, 100, NULL, (void*) &filterPtr, "", NULL, TextBox, "" }, { 4, SAME_ROW, 0, NULL, (void*) &GL_Button, NULL, NULL, Button, N_("find position") },