Feature test C11 generics, since GCC lies about compliance

This commit is contained in:
o9000
2017-12-20 18:55:50 +01:00
parent 16a359f944
commit c635f46439
4 changed files with 20 additions and 1 deletions

View File

@@ -64,7 +64,6 @@ tint2 is a simple panel/taskbar made for modern X window managers. It was specif
* Graphical glitches on Intel graphics cards can be avoided by changing the acceleration method to UXA ([issue 595](https://gitlab.com/o9000/tint2/issues/595))
* Window managers that do not follow exactly the EWMH specification might not interact well with tint2 ([issue 627](https://gitlab.com/o9000/tint2/issues/627)).
* Full transparency requires a compositor such as Compton (if not provided already by the window manager, as in Compiz/Unity, KDE or XFCE).
* As of version 16.0, tint2 requires a C11 compiler (such as GCC version 4.9 or newer).
# How can I help out?