mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 15:48:07 +02:00
Use pixman_version_string() instead of PIXMAN_VERSION_STRING
Pointed out by Julien Cristau.
This commit is contained in:
parent
aef6b904eb
commit
c733660428
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ xf86PrintBanner(void)
|
|||
#if defined(BUILDERSTRING)
|
||||
ErrorF("%s \n",BUILDERSTRING);
|
||||
#endif
|
||||
ErrorF("Current version of pixman: %s\n", PIXMAN_VERSION_STRING);
|
||||
ErrorF("Current version of pixman: %s\n", pixman_version_string());
|
||||
ErrorF("\tBefore reporting problems, check "__VENDORDWEBSUPPORT__"\n"
|
||||
"\tto make sure that you have the latest version.\n");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue