summaryrefslogtreecommitdiff
path: root/source3/utils/regedit.h
diff options
context:
space:
mode:
authorChris Davis <cd.rattan@gmail.com>2014-06-09 18:29:56 -0700
committerMichael Adam <obnox@samba.org>2014-10-01 14:32:08 +0200
commit7ad75367b2a42225a9f3539172e0b0e320d3a517 (patch)
treeabd4e6c8ef36de1f1fe44553396e21c3c9c0654c /source3/utils/regedit.h
parent0ab07cb8069ae59e45fb0f6016096d30de9b4142 (diff)
downloadsamba-7ad75367b2a42225a9f3539172e0b0e320d3a517.tar.gz
regedit: add multicolumn list widget
Widget works for lists with one or more column(s). Column headers are optional. As a test, the patch also modifies regedit to use the new widget for viewing registry keys. Valuelist still needs to be upgraded to use this. Signed-off-by: Chris Davis <cd.rattan@gmail.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/utils/regedit.h')
-rw-r--r--source3/utils/regedit.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/utils/regedit.h b/source3/utils/regedit.h
index 113f226ec6f..688bc72456b 100644
--- a/source3/utils/regedit.h
+++ b/source3/utils/regedit.h
@@ -72,4 +72,8 @@ struct regedit_search_opts {
unsigned int search_nocase:1;
};
+#define PAIR_YELLOW_CYAN 1
+#define PAIR_BLACK_CYAN 2
+#define PAIR_YELLOW_BLUE 3
+
#endif