Searched defs:setting (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_propt.c177 const char *description; /* Ptr to description of setting */
178 const char *setting; /* Ptr to setting text string */ local
185 setting = fbc_get_Option_string_value(&fbvar->active,
191 if (strcasecmp(setting, "Disabled") == 0) {
194 if (strcasecmp(setting, "Available") == 0) {
197 if (strcasecmp(setting, "ForceOn") == 0) {
202 "Multisample Mode: %s%s\n", setting, description);
268 * Display the current clone setting (-clone).
315 * Display the current Outputs setting (
475 const char *setting; /* Ptr to setting text string */ local
[all...]

Completed in 21 milliseconds