summaryrefslogtreecommitdiff
path: root/dbeditorpp/headers.h
diff options
context:
space:
mode:
authormataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-08-06 14:29:02 +0000
committermataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-08-06 14:29:02 +0000
commitb818c0cdb9be40995c62052e921c828c42c2413f (patch)
tree410def307279ed50d7d6d64a61a0bde8e8402f42 /dbeditorpp/headers.h
parent24448a12c1bff8307ebc2594d4d476052df09430 (diff)
Svc_dbepp:
added settings sorting on column click git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@156 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'dbeditorpp/headers.h')
-rw-r--r--dbeditorpp/headers.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/dbeditorpp/headers.h b/dbeditorpp/headers.h
index 8cd54c9..4cc08e6 100644
--- a/dbeditorpp/headers.h
+++ b/dbeditorpp/headers.h
@@ -163,6 +163,12 @@ struct WatchListArrayStruct{
int size;
};
extern WatchListArrayStruct WatchListArray;
+
+struct SettingsSortParams{
+ HWND hList;
+ int column;
+};
+
//=======================================================
// Variables
//=======================================================
@@ -263,4 +269,6 @@ void freeAllWatches();
INT_PTR CALLBACK WatchDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
void popupWatchedVar(HANDLE hContact,const char* module,const char* setting);
+INT_PTR CALLBACK SettingsCompare(LPARAM lParam1, LPARAM lParam2, LPARAM myParam);
+
#endif //_COMMONHEADERS_H \ No newline at end of file