diff options
Diffstat (limited to 'plugins/YAPP/src/common.h')
-rw-r--r-- | plugins/YAPP/src/common.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/YAPP/src/common.h b/plugins/YAPP/src/common.h index 209c441358..b906cdcf48 100644 --- a/plugins/YAPP/src/common.h +++ b/plugins/YAPP/src/common.h @@ -63,10 +63,11 @@ #define MODULE "YAPP"
-extern HMODULE hInst;
+extern HMODULE hInst;
+extern bool bShutdown;
-extern HFONT hFontFirstLine, hFontSecondLine, hFontTime;
-extern COLORREF colFirstLine, colSecondLine, colBg, colTime, colBorder, colSidebar, colTitleUnderline;
+extern HFONT hFontFirstLine, hFontSecondLine, hFontTime;
+extern COLORREF colFirstLine, colSecondLine, colBg, colTime, colBorder, colSidebar, colTitleUnderline;
extern MNOTIFYLINK *notifyLink;
|