From ba020540c064ebd48bf6b77e5bd5e11255766f23 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Fri, 22 May 2015 20:15:32 +0000 Subject: -PluginUpdater: -code cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@13765 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/PluginUpdater/src/Notifications.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/PluginUpdater/src/Notifications.h') diff --git a/plugins/PluginUpdater/src/Notifications.h b/plugins/PluginUpdater/src/Notifications.h index f21581221a..1d8544ba63 100644 --- a/plugins/PluginUpdater/src/Notifications.h +++ b/plugins/PluginUpdater/src/Notifications.h @@ -21,12 +21,12 @@ Boston, MA 02111-1307, USA. //=== Objects ===== //This one is used to easily tie status id, icon, text... -typedef struct +struct aPopups { int ID; COLORREF colorBack; COLORREF colorText; -} aPopups; +}; #define DEFAULT_POPUP_LCLICK 1 #define DEFAULT_POPUP_RCLICK 0 @@ -52,12 +52,12 @@ typedef struct #define PCA_DONOTHING 1 // do nothing //===== Options flags -typedef struct tagMYOPTIONS { +extern struct POPUP_OPTIONS { BYTE DefColors; BYTE LeftClickAction; BYTE RightClickAction; int Timeout; -} POPUP_OPTIONS; +} PopupOptions; static struct { TCHAR *Text; -- cgit v1.2.3