summaryrefslogtreecommitdiff
path: root/plugins/Popup/src/config.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-04-03 14:50:10 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-04-03 14:50:19 +0300
commit58a9d3dbd775650dd1a8ac51ec78748184b4a657 (patch)
tree8ad2d33e013e1b5970c6442d32dfbab51ba3f35b /plugins/Popup/src/config.h
parent41fb0d2d6a4417d3ad2d26df15b6d6ab68af0c68 (diff)
MTextControl's support removed from Popup+
Diffstat (limited to 'plugins/Popup/src/config.h')
-rw-r--r--plugins/Popup/src/config.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/Popup/src/config.h b/plugins/Popup/src/config.h
index ec7f7bafca..31c196daf0 100644
--- a/plugins/Popup/src/config.h
+++ b/plugins/Popup/src/config.h
@@ -51,6 +51,7 @@ typedef struct tagPOPUPOPTIONS {
BYTE DisableWhenFullscreen;
//others
BYTE debug;
+
//==Page Skins====
LPTSTR SkinPack;
BYTE DisplayTime;
@@ -58,7 +59,7 @@ typedef struct tagPOPUPOPTIONS {
BYTE EnableFreeformShadows;
BYTE EnableAeroGlass;
BYTE UseWinColors;
- BYTE UseMText;
+
//==Page Actions====
DWORD actions;
//Mouse Override
@@ -129,10 +130,6 @@ extern HANDLE hSemaphore;
extern BOOL closing;
extern HANDLE folderId;
-extern MTEXT_INTERFACE MText;
-extern HANDLE htuText;
-extern HANDLE htuTitle;
-
extern BOOL gbPopupLoaded;
extern BOOL gbHppInstalled;