X-Git-Url: http://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/5d299c8b50dd94caac916b410af6782d1b20f3fe..683027f82849ca96cf424ffff699ab57e119f051:/src/motif.c?ds=sidebyside diff --git a/src/motif.c b/src/motif.c index 75a985b..2d4fe94 100644 --- a/src/motif.c +++ b/src/motif.c @@ -33,6 +33,7 @@ static const char *progname = PROGNAME; static const struct option lopts[] = { LOPTS_INITIALIZER, {0} }; static char * const default_resources[] = { + "*title: RRace", "*game.height: 371", // 365 + 2*shadowThickness "*game.width: 498", @@ -105,7 +106,7 @@ static Widget early_setup(XtAppContext *app, int argc, char **argv) shell = XtOpenApplication(app, PROGNAME, NULL, 0, &argc, argv, (String *)default_resources, - sessionShellWidgetClass, NULL, 0); + sessionShellWidgetClass, NULL, 0); opterr = optind = 1; while ((opt = getopt_long_only(argc, argv, "", lopts, NULL)) != -1) {