Lines Matching defs:option
193 /* Check if enough arguments are given for the option */
196 /* Compare the current option with the string. */
218 /* Initialize only if option is not -help */
302 Note that default values can't change after a -screen option is
475 * any -screen option), store it in the default screen
479 * after a -screen option), store it in the screen info
684 char *option = argv[i] + strlen("-resize=");
685 if (strcmp(option, "randr") == 0)
687 else if (strcmp(option, "scrollbars") == 0)
689 else if (strcmp(option, "none") == 0)
693 ErrorF ("ddxProcessArgument - resize - Invalid resize mode %s\n", option);
699 ErrorF ("ddxProcessArgument - resize - Invalid resize option %s\n", argv[i]);
977 winMessageBoxF ("The %s option is not supported in this "
979 "Ignoring this option and continuing.\n",
995 winMessageBoxF ("The %s option is not supported in this "
997 "Ignoring this option and continuing.\n",
1013 winMessageBoxF ("The -keyboard option is not supported in this "
1015 "Ignoring this option and continuing.\n",