X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xaw%2Fxboard.c;h=4fb562a95601d8a6f559f74854309c0227d12820;hb=6c09cbad6fd5630f883937303fc5e10a5ef8e3dc;hp=91d35b732655e29bb27ec264d7dc69b66268d977;hpb=2185e1a810176b9d35911045d876513fa86b5dc2;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);