diff options
author | George Hazan <ghazan@miranda.im> | 2020-04-03 14:50:10 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-04-03 14:50:19 +0300 |
commit | 58a9d3dbd775650dd1a8ac51ec78748184b4a657 (patch) | |
tree | 8ad2d33e013e1b5970c6442d32dfbab51ba3f35b /plugins/Popup/src/config.h | |
parent | 41fb0d2d6a4417d3ad2d26df15b6d6ab68af0c68 (diff) |
MTextControl's support removed from Popup+
Diffstat (limited to 'plugins/Popup/src/config.h')
-rw-r--r-- | plugins/Popup/src/config.h | 7 |
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;
|