Lines Matching defs:option
89 /* Set a default DPI, if no '-dpi' option was used */
210 /* Check if enough arguments are given for the option */
213 /* Compare the current option with the string. */
234 /* Initialize only if option is not -help */
311 Note that default values can't change after a -screen option is
462 * any -screen option), store it in the default screen
466 * after a -screen option), store it in the screen info
651 char *option = argv[i] + strlen("-resize=");
653 if (strcmp(option, "randr") == 0)
655 else if (strcmp(option, "scrollbars") == 0)
657 else if (strcmp(option, "none") == 0)
661 option);
666 ErrorF("ddxProcessArgument - resize - Invalid resize option %s\n",
946 winMessageBoxF("The %s option is not supported in this "
948 "Ignoring this option and continuing.\n",
962 winMessageBoxF("The %s option is not supported in this "
964 "Ignoring this option and continuing.\n",
978 winMessageBoxF("The -keyboard option is not supported in this "
980 "Ignoring this option and continuing.\n",