summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-06-04 21:42:04 +1000
committerquou <quou@disroot.org>2024-06-04 21:42:04 +1000
commit557e07876de0086b70e301b104547bf35ec57959 (patch)
treeb2c9923ef989ea38d185d4598764a060c18f298e /config.h
parent6589107006fd4fc06bdb7d02cb4b1eef45395458 (diff)
Loading album art, seeking, pause/play.
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h
index 33108e8..47fb153 100644
--- a/config.h
+++ b/config.h
@@ -5,6 +5,9 @@
#define default_window_w 1280
#define default_window_h 960
+#define album_cover_w 600
+#define album_cover_h 600
+
/* For each channel. */
#define audio_buffer_size (1024 * 4)