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:
parent
4dd54b3df6
commit
e08bc8fad7
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user