Print the current version of pixman.
This commit is contained in:
parent
1e9907499c
commit
d9b5e77a0e
|
@ -218,6 +218,7 @@ xf86PrintBanner(void)
|
||||||
#if defined(BUILDERSTRING)
|
#if defined(BUILDERSTRING)
|
||||||
ErrorF("%s \n",BUILDERSTRING);
|
ErrorF("%s \n",BUILDERSTRING);
|
||||||
#endif
|
#endif
|
||||||
|
ErrorF("Current version of pixman: %s\n", PIXMAN_VERSION_STRING);
|
||||||
ErrorF("\tBefore reporting problems, check "__VENDORDWEBSUPPORT__"\n"
|
ErrorF("\tBefore reporting problems, check "__VENDORDWEBSUPPORT__"\n"
|
||||||
"\tto make sure that you have the latest version.\n");
|
"\tto make sure that you have the latest version.\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue