From a26f3db04e4acf1ed8ac5711eae58ddeeebb3b15 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Mon, 12 Mar 2007 02:10:08 +0100 Subject: [PATCH] comments Signed-off-by: Pierre Habouzit --- init.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.h b/init.h index 68edc32..af3445f 100644 --- a/init.h +++ b/init.h @@ -51,11 +51,13 @@ #define R_NONE 0 #define R_INDEX (1<<0) #define R_PAGER (1<<1) +#define R_BOTH (R_INDEX|R_PAGER) + +/* TODO:MC: will go in the the thread module */ #define R_RESORT (1<<2) /* resort the mailbox */ #define R_RESORT_SUB (1<<3) /* resort subthreads */ #define R_RESORT_INIT (1<<4) /* resort from scratch */ #define R_TREE (1<<5) /* redraw the thread tree */ -#define R_BOTH (R_INDEX|R_PAGER) #define R_RESORT_BOTH (R_RESORT|R_RESORT_SUB) struct option_t { -- 2.20.1