diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-27 20:46:17 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-27 20:46:17 +0000 |
commit | 5950b3dbd1860c333d59ec9ce66ff001a750735d (patch) | |
tree | 7dae201f2a26546f032a35b2e1c08ac1c6fadfd4 /plugins/HistorySweeperLight/src/historysweeperlight.h | |
parent | f2f5e5189babe0bfdc2f308679f74b29c254a482 (diff) |
- fix for clearing SRMM icon;
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@9974 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistorySweeperLight/src/historysweeperlight.h')
-rw-r--r-- | plugins/HistorySweeperLight/src/historysweeperlight.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/HistorySweeperLight/src/historysweeperlight.h b/plugins/HistorySweeperLight/src/historysweeperlight.h index 9f820ec439..5e8140c1e8 100644 --- a/plugins/HistorySweeperLight/src/historysweeperlight.h +++ b/plugins/HistorySweeperLight/src/historysweeperlight.h @@ -44,9 +44,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // Plugin name
#define ModuleName "History Sweeper Light"
-
// main.c
extern HINSTANCE hInst;
+extern LIST<void> g_hWindows;
// options.c
extern char* time_stamp_strings[];
@@ -60,5 +60,6 @@ HANDLE GetIconHandle(const char* name); // historysweeper.c
void ShutdownAction(void);
int OnWindowEvent(WPARAM wParam, LPARAM lParam);
+void SetSrmmIcon(MCONTACT hContact);
#endif
|