chiark / gitweb /
Correct sense of pause/resume tooltips
[disorder] / disobedience / queue-generic.h
index efd6400e19441e992827484c291d15dda6043ca0..b774f226f838d4b5f2b726970d4b06d741ee8d25 100644 (file)
@@ -136,15 +136,8 @@ enum {
   EXTRA_COLUMNS
 };
 
-/* TODO probably need to set "horizontal-separator" to 0, but can't find any
- * coherent description of how to set style properties in isolation. */
-#define BG_PLAYING 0
-#define FG_PLAYING 0
-
-#ifndef BG_PLAYING
-# define BG_PLAYING "#e0ffe0"
-# define FG_PLAYING "black"
-#endif
+#define BG_PLAYING "#e0ffe0"
+#define FG_PLAYING "black"
 
 extern struct queuelike ql_queue;
 extern struct queuelike ql_recent;