--- xf86-video-qxl-git-922ec516b.old/src/qxl_option_helpers.c +++ xf86-video-qxl-git-922ec516b/src/qxl_option_helpers.c @@ -34,7 +34,7 @@ const char* value = getenv(env_name); if (!value) { - return options[option_index].value.bool; + return options[option_index].value.boolean; } if (strcmp(value, "0") == 0 || strcasecmp(value, "off") == 0 ||