mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 18:45:10 +00:00
Apparently some people want more than 64 fonts.
This commit is contained in:
parent
c76b7f577d
commit
8686ce0347
@ -63,7 +63,7 @@ struct font_list {
|
||||
|
||||
#endif
|
||||
|
||||
#define MAX_FONTS 64 // hmm, no particular reason, just makes sense.
|
||||
#define MAX_FONTS 256
|
||||
|
||||
/* direct access to registered fonts (FIXME: bad encapsulation) */
|
||||
extern struct font_list *fonts;
|
||||
|
Loading…
Reference in New Issue
Block a user