summaryrefslogtreecommitdiffstats
path: root/src/bltGrLegd.h
diff options
context:
space:
mode:
authorjoye <joye>2014-04-10 14:51:08 (GMT)
committerjoye <joye>2014-04-10 14:51:08 (GMT)
commit6288fc52670fc0bbcd11a59e36733772780265da (patch)
tree56ef10e112e57a49ba43c53704abe308f3378f97 /src/bltGrLegd.h
parentbed81f319fe09f1c187815a1d546b67b0bb7bf1b (diff)
downloadblt-6288fc52670fc0bbcd11a59e36733772780265da.zip
blt-6288fc52670fc0bbcd11a59e36733772780265da.tar.gz
blt-6288fc52670fc0bbcd11a59e36733772780265da.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrLegd.h')
-rw-r--r--src/bltGrLegd.h20
1 files changed, 11 insertions, 9 deletions
diff --git a/src/bltGrLegd.h b/src/bltGrLegd.h
index f15a38b..d47cdac 100644
--- a/src/bltGrLegd.h
+++ b/src/bltGrLegd.h
@@ -42,15 +42,17 @@ extern "C" {
#include "bltGraph.h"
};
-// Selection related flags:
-// SELECT_PENDING A "selection" command idle task is pending.
-// SELECT_CLEAR Clear selection flag of entry.
-// SELECT_SET Set selection flag of entry.
-// SELECT_TOGGLE Toggle selection flag of entry.
-// Mask of selection set/clear/toggle flags.
-// SELECT_SORTED Indicates if the entries in the selection
-// should be sorted or displayed in the order
-// they were selected.
+/*
+ * Selection related flags:
+ * SELECT_PENDING A "selection" command idle task is pending.
+ * SELECT_CLEAR Clear selection flag of entry.
+ * SELECT_SET Set selection flag of entry.
+ * SELECT_TOGGLE Toggle selection flag of entry.
+ * Mask of selection set/clear/toggle flags.
+ * SELECT_SORTED Indicates if the entries in the selection
+ * should be sorted or displayed in the order
+ * they were selected.
+ */
#define SELECT_CLEAR (1<<24)
#define SELECT_PENDING (1<<25)