1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-25 04:06:03 +00:00

enum special_types: define nonspecial for completeness

This commit is contained in:
Phil Sutter 2009-10-27 20:56:00 +01:00
parent 4dd54b3df6
commit e08bc8fad7

View File

@ -40,6 +40,7 @@
#define TEMPGRAD "-t" #define TEMPGRAD "-t"
enum special_types { enum special_types {
NONSPECIAL = 0,
HORIZONTAL_LINE = 1, HORIZONTAL_LINE = 1,
STIPPLED_HR, STIPPLED_HR,
BAR, BAR,