mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-02-10 16:08:31 +00:00
Added BUILD_XINERAMA to print_version (#252)
Added BUILD_XINERAMA to the print_version output.
This commit is contained in:
parent
d8cbdffe95
commit
2a9e21e23b
@ -341,6 +341,9 @@ static void print_version(void)
|
|||||||
# ifdef BUILD_XDAMAGE
|
# ifdef BUILD_XDAMAGE
|
||||||
<< _(" * Xdamage extension\n")
|
<< _(" * Xdamage extension\n")
|
||||||
# endif /* BUILD_XDAMAGE */
|
# endif /* BUILD_XDAMAGE */
|
||||||
|
# ifdef BUILD_XINERAMA
|
||||||
|
<< _(" * Xinerama extension (virtual display)\n")
|
||||||
|
# endif /* BUILD_XINERAMA */
|
||||||
# ifdef BUILD_XSHAPE
|
# ifdef BUILD_XSHAPE
|
||||||
<< _(" * Xshape extension (click through)\n")
|
<< _(" * Xshape extension (click through)\n")
|
||||||
# endif /* BUILD_XSHAPE */
|
# endif /* BUILD_XSHAPE */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user