all repos — tint2 @ 995a257b2c1716d99fd2ca5979282388f49ab606

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Use standard macro to identify Linux (fixes build on powerpc)
o9000 mrovi9000@gmail.com
commit

995a257b2c1716d99fd2ca5979282388f49ab606

parent

354f679d7202b6dbd48834cec9def95d122ddb36

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/battery/linux.csrc/battery/linux.c

@@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software

* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. **************************************************************************/ -#ifdef __linux +#ifdef __linux__ #include <stdlib.h>