summaryrefslogtreecommitdiffstats
path: root/mutt_curses.h
diff options
context:
space:
mode:
authorRocco Rutte <pdmef@gmx.net>2006-11-28 00:22:16 +0000
committerRocco Rutte <pdmef@gmx.net>2006-11-28 00:22:16 +0000
commit33f59eb20a53ac6a6f9137e042206b9a1385f15b (patch)
tree8c6df8307635e77676f22532c6c67ad281cdaca5 /mutt_curses.h
parent55fdfe2b4d53c71edf75391e393ef5da2a4f43e0 (diff)
Rename PROG_(SIZE|MSG) to M_PROGRESS_\1.
Diffstat (limited to 'mutt_curses.h')
-rw-r--r--mutt_curses.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mutt_curses.h b/mutt_curses.h
index ac7915e4..94c1a69b 100644
--- a/mutt_curses.h
+++ b/mutt_curses.h
@@ -141,8 +141,8 @@ typedef struct color_line
struct color_line *next;
} COLOR_LINE;
-#define PROG_SIZE (1<<0) /* traffic-based progress */
-#define PROG_MSG (1<<1) /* message-based progress */
+#define M_PROGRESS_SIZE (1<<0) /* traffic-based progress */
+#define M_PROGRESS_MSG (1<<1) /* message-based progress */
typedef struct
{