mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-23 19:39:06 +00:00
enum special_types: define nonspecial for completeness
This commit is contained in:
parent
4dd54b3df6
commit
e08bc8fad7
@ -40,6 +40,7 @@
|
||||
#define TEMPGRAD "-t"
|
||||
|
||||
enum special_types {
|
||||
NONSPECIAL = 0,
|
||||
HORIZONTAL_LINE = 1,
|
||||
STIPPLED_HR,
|
||||
BAR,
|
||||
|
Loading…
Reference in New Issue
Block a user