diff options
Diffstat (limited to 'plugins/Popup/src/config.h')
-rw-r--r-- | plugins/Popup/src/config.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/Popup/src/config.h b/plugins/Popup/src/config.h index 31c196daf0..888b7624f5 100644 --- a/plugins/Popup/src/config.h +++ b/plugins/Popup/src/config.h @@ -51,7 +51,6 @@ typedef struct tagPOPUPOPTIONS { BYTE DisableWhenFullscreen;
//others
BYTE debug;
-
//==Page Skins====
LPTSTR SkinPack;
BYTE DisplayTime;
@@ -59,7 +58,7 @@ typedef struct tagPOPUPOPTIONS { BYTE EnableFreeformShadows;
BYTE EnableAeroGlass;
BYTE UseWinColors;
-
+ BYTE UseMText;
//==Page Actions====
DWORD actions;
//Mouse Override
@@ -130,6 +129,9 @@ extern HANDLE hSemaphore; extern BOOL closing;
extern HANDLE folderId;
+extern HANDLE htuText;
+extern HANDLE htuTitle;
+
extern BOOL gbPopupLoaded;
extern BOOL gbHppInstalled;
|