diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-26 14:37:20 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-26 14:37:20 +0000 |
commit | 54e756a851c3c4af2638fca7d0642b0ee7f36056 (patch) | |
tree | faf04127c3979d28d30e404008332bc573ce10fa /plugins/Clist_modern/src/hdr | |
parent | f14fa326359b2c32fb1f370f90956e86b43d2e51 (diff) |
same parameter for clist_modern
git-svn-id: http://svn.miranda-ng.org/main/trunk@9946 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/hdr')
-rw-r--r-- | plugins/Clist_modern/src/hdr/modern_clc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/hdr/modern_clc.h b/plugins/Clist_modern/src/hdr/modern_clc.h index c7b29b94e4..1ec9a4dc44 100644 --- a/plugins/Clist_modern/src/hdr/modern_clc.h +++ b/plugins/Clist_modern/src/hdr/modern_clc.h @@ -426,7 +426,7 @@ void cliBeginRenameSelection(HWND hwnd,ClcData *dat); int cliHitTest(HWND hwnd,ClcData *dat,int testx,int testy,ClcContact **contact,ClcGroup **group,DWORD *flags);
void cliScrollTo(HWND hwnd,ClcData *dat,int desty,int noSmooth);
int GetDropTargetInformation(HWND hwnd,ClcData *dat,POINT pt);
-void LoadCLCOptions(HWND hwnd,ClcData *dat);
+void LoadCLCOptions(HWND hwnd,ClcData *dat, BOOL bFirst);
//clcpaint.c
|