X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/a6712ea8e5d17b646625bba5fc1141927c5d6ad9..c764e832cef2e0828e46762b66ca97cc5541686b:/disobedience/queue-generic.h diff --git a/disobedience/queue-generic.h b/disobedience/queue-generic.h index efd6400..b774f22 100644 --- a/disobedience/queue-generic.h +++ b/disobedience/queue-generic.h @@ -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;