Add error message if neither DZEN nor XMOBAR is defined

This commit is contained in:
Michael Stapelberg 2009-10-24 00:38:26 +02:00
parent e4bd4bd2a3
commit e0c241cc10

View File

@ -1,6 +1,10 @@
#ifndef _I3STATUS_H
#define _I3STATUS_H
#if !defined(DZEN) && !defined(XMOBAR)
#error "You have to enable either -DDZEN or -DXMOBAR"
#endif
#include <stdbool.h>
#include <confuse.h>