From 60e6c6cd3f3a648a1f76f7c18d922dacabbb3b4c Mon Sep 17 00:00:00 2001 From: piaip Date: Mon, 24 Dec 2007 10:38:13 +0000 Subject: - redrawin() changed to 'invalid only' and will take change at next refresh git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3734 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/common.h b/include/common.h index b4f47ecc..9301bb44 100644 --- a/include/common.h +++ b/include/common.h @@ -244,9 +244,11 @@ /* ----------------------------------------------------- */ /* Grayout Levels */ /* ----------------------------------------------------- */ +#define GRAYOUT_COLORBOLD (-2) #define GRAYOUT_BOLD (-1) #define GRAYOUT_DARK (0) #define GRAYOUT_NORM (1) +#define GRAYOUT_COLORNORM (+2) /* ----------------------------------------------------- */ /* Macros */ -- cgit v1.2.3