diff options
author | George Hazan <george.hazan@gmail.com> | 2015-07-09 18:50:05 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-07-09 18:50:05 +0000 |
commit | 402cf5c0416f7de3bcd9f40d3876d635acc280fc (patch) | |
tree | 0417dec4aff67528ffd8c9cec4321cb346f07cbb /plugins/Popup/src/notifications.h | |
parent | 86eea20c7d00dfc223cf13217cf4dfc57202965e (diff) |
finally, normal icolib icons in Popup+
git-svn-id: http://svn.miranda-ng.org/main/trunk@14521 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup/src/notifications.h')
-rw-r--r-- | plugins/Popup/src/notifications.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Popup/src/notifications.h b/plugins/Popup/src/notifications.h index 4c8547d2f9..7155fb0239 100644 --- a/plugins/Popup/src/notifications.h +++ b/plugins/Popup/src/notifications.h @@ -40,6 +40,7 @@ struct POPUPTREEDATA int timeoutValue;
char leftAction[MAXMODULELABELLENGTH];
char rightAction[MAXMODULELABELLENGTH];
+ HANDLE hIcoLib;
COLORREF colorBack; //really needed ??
COLORREF colorText; //really needed ??
};
|