diff options
author | George Hazan <ghazan@miranda.im> | 2020-04-01 20:43:29 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-04-01 20:43:29 +0300 |
commit | 8ef16c293a400ac8020309e43c08c5b4272e8504 (patch) | |
tree | 77099b2177cffabc0dde5f8fe6a163f40b80bcf3 /include/m_clistint.h | |
parent | a8f53205d24a3d81f876131bcf54cbbed9da7a0d (diff) |
Clist_blind to use Miranda's clist key processing instead of listbox embedded one
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index 400095427f..1e704e209d 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -225,6 +225,8 @@ struct MenuProto #define CLCDEFAULT_USEBITMAP 0
#define CLCDEFAULT_BKBMPUSE CLB_STRETCH
#define CLCDEFAULT_OFFLINEMODES MODEF_OFFLINE
+#define CLCDEFAULT_GREYOUTFLAGS 0
+#define CLCDEFAULT_FULLGREYOUTFLAGS (MODEF_OFFLINE|PF2_INVISIBLE|GREYF_UNFOCUS)
#define CLCDEFAULT_SELBLEND 1
#define CLCDEFAULT_SELBKCOLOUR GetSysColor(COLOR_HIGHLIGHT)
#define CLCDEFAULT_TEXTCOLOUR GetSysColor(COLOR_WINDOWTEXT)
|