X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xoptions.c;h=37e6838c4a13e653a8c412ed881d2e4bded97bec;hb=d0b1d703d860216be661b8b2db99817e9fdb09bf;hp=b51d3854cf31f07fe68724a2f34ca9cc753e5493;hpb=aa6ce66fdcd125cffc1a54e96e64d3488b92fc07;p=xboard.git diff --git a/xoptions.c b/xoptions.c index b51d385..37e6838 100644 --- a/xoptions.c +++ b/xoptions.c @@ -727,6 +727,7 @@ void CreateComboPopup(parent, name, n, mb) typedef void ButtonCallback(int n); +extern WindowPlacement wpComment, wpTags; char *trialSound; static int oldCores, oldPonder; int MakeColors P((void)); @@ -737,7 +738,7 @@ void GenericReadout(); Widget shells[10]; Widget marked[10]; Boolean shellUp[10]; -WindowPlacement *wp[10]; +WindowPlacement *wp[10] = { NULL, &wpComment, &wpTags }; Option *dialogOptions[10]; void MarkMenu(char *item, int dlgNr)