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:
parent
d8cbdffe95
commit
2a9e21e23b
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user