X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xaw%2Fxboard.c;fp=xaw%2Fxboard.c;h=4fb562a95601d8a6f559f74854309c0227d12820;hb=94ca1174b4136fbc28e2656a80382d0964cafaa0;hp=91d35b732655e29bb27ec264d7dc69b66268d977;hpb=a05cf40b57676eed5d8a3836569965d7c7ebc534;p=xboard.git diff --git a/xaw/xboard.c b/xaw/xboard.c index 91d35b7..4fb562a 100644 --- a/xaw/xboard.c +++ b/xaw/xboard.c @@ -1234,7 +1234,7 @@ main (int argc, char **argv) boardWidget = optList[W_BOARD].handle; menuBarWidget = optList[W_MENU].handle; dropMenu = optList[W_DROP].handle; - titleWidget = optList[optList[W_TITLE].type != -1 ? W_TITLE : W_SMALL].handle; + titleWidget = optList[optList[W_TITLE].type != Skip ? W_TITLE : W_SMALL].handle; formWidget = XtParent(boardWidget); XtSetArg(args[0], XtNbackground, &timerBackgroundPixel); XtSetArg(args[1], XtNforeground, &timerForegroundPixel);