diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-26 14:36:34 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-26 14:36:34 +0000 |
commit | f14fa326359b2c32fb1f370f90956e86b43d2e51 (patch) | |
tree | a066c18cbdfbf2356ac233a629b21cbe33196090 /include/m_clistint.h | |
parent | 0f17dd8168aa247cc0366be363902a20a9b692af (diff) |
a parameter added to pfnLoadClcOptions to prevent double options initialization
git-svn-id: http://svn.miranda-ng.org/main/trunk@9945 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index 8b61830160..25a124d42e 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -325,7 +325,7 @@ typedef struct DWORD (*pfnGetDefaultExStyle)(void);
void (*pfnGetDefaultFontSetting)(int i, LOGFONT* lf, COLORREF* colour);
void (*pfnGetFontSetting)(int i, LOGFONT* lf, COLORREF* colour);
- void (*pfnLoadClcOptions)(HWND hwnd, struct ClcData *dat);
+ void (*pfnLoadClcOptions)(HWND hwnd, struct ClcData *dat, BOOL bFirst);
void (*pfnRecalculateGroupCheckboxes)(HWND hwnd, struct ClcData *dat);
void (*pfnSetGroupChildCheckboxes)(ClcGroup *group, int checked);
void (*pfnInvalidateItem)(HWND hwnd, struct ClcData *dat, int iItem);
|