Hi > [...]Anyway I changed the poll loop to check for gtk_events_pending as > well like this: > > while (!(mask = XtAppPending(appContext)) && !gtk_events_pending()) > poll(NULL,0,100);
great! that was one of the things I haven't figured out yet... > With this version you can click on a game and it is selected straight > away. > > I noticed as well that the gamelist doesn't work on Fedora 14 open > build server version. It gives the error: > > Error: can not find ui-file for gamelist.glade > > I think the problem may be that the file is in > /usr/share/games/xboardgtk/ui/gamelist.glade in the rpm and maybe the > helper expects it in /usr/local/share? > > Also I have done the changes to change the Error PopUps to GTK. > > Hope that helps. yes :) ARUN
