1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-02-05 05:28:32 +00:00

Added BUILD_XINERAMA to print_version (#252)

Added BUILD_XINERAMA to the print_version output.
This commit is contained in:
Nelis Oostens 2016-05-06 13:24:41 +02:00 committed by Brenden Matthews
parent d8cbdffe95
commit 2a9e21e23b

View File

@ -341,6 +341,9 @@ static void print_version(void)
# ifdef BUILD_XDAMAGE
<< _(" * Xdamage extension\n")
# endif /* BUILD_XDAMAGE */
# ifdef BUILD_XINERAMA
<< _(" * Xinerama extension (virtual display)\n")
# endif /* BUILD_XINERAMA */
# ifdef BUILD_XSHAPE
<< _(" * Xshape extension (click through)\n")
# endif /* BUILD_XSHAPE */