diff options
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 ??
};
|