Lines Matching refs:app_resources

191     if (geo == NULL) geo = app_resources.geometry;
410 XtGetApplicationResources( toplevel, (XtPointer)&app_resources,
414 if (app_resources.app_defaults_version < MIN_APP_DEFAULTS_VERSION)
418 if (app_resources.mail_waiting_flag) app_resources.new_mail_check = True;
419 if (app_resources.mail_interval == -1)
420 app_resources.mail_interval = app_resources.check_frequency;
421 if (app_resources.checkpoint_interval == -1)
422 app_resources.checkpoint_interval = 5 * app_resources.check_frequency;
423 if (app_resources.rescan_interval == -1)
424 app_resources.rescan_interval = 5 * app_resources.check_frequency;
425 ptr = strchr(app_resources.checkpoint_name_format, '%');
427 ptr = strchr(app_resources.checkpoint_name_format, '%');
428 if (!ptr || strlen(app_resources.checkpoint_name_format) == 2)
429 app_resources.checkpoint_name_format = xmhCkpDefault;
468 if (app_resources.mail_path == NULL)
469 app_resources.mail_path = XtNewString(str2);
473 l = strlen(app_resources.mh_path) - 1;
474 if (l > 0 && app_resources.mh_path[l] == '/')
475 app_resources.mh_path[l] = 0;
480 app_resources.toc_geometry =
481 FixUpGeometry(app_resources.toc_geometry,
483 app_resources.view_geometry =
484 FixUpGeometry(app_resources.view_geometry,
486 app_resources.comp_geometry =
487 FixUpGeometry(app_resources.comp_geometry,
489 app_resources.pick_geometry =
490 FixUpGeometry(app_resources.pick_geometry,
524 SetCursorColor(scrn->parent, app_resources.cursor,
525 app_resources.pointer_color);
526 if (app_resources.block_events_on_busy)
527 SetCursorColor(scrn->parent, app_resources.busy_cursor,
528 app_resources.busy_pointer_color);