[artwork] Introduce constant for default artwork width/height

This commit is contained in:
chme
2018-11-28 20:28:38 +01:00
parent 89ca5e8ba9
commit 534bbdb477
3 changed files with 5 additions and 2 deletions

View File

@@ -5,6 +5,9 @@
#define ART_FMT_PNG 1
#define ART_FMT_JPEG 2
#define ART_DEFAULT_HEIGHT 600
#define ART_DEFAULT_WIDTH 600
#include <event2/buffer.h>
/*