diff options
Diffstat (limited to 'yapp/common.h')
-rw-r--r-- | yapp/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yapp/common.h b/yapp/common.h index 355f08e..d0d05fd 100644 --- a/yapp/common.h +++ b/yapp/common.h @@ -65,7 +65,7 @@ extern PLUGINLINK *pluginLink; extern HANDLE mainThread;
extern HFONT hFontFirstLine, hFontSecondLine, hFontTime;
-extern COLORREF colFirstLine, colSecondLine, colBg, colTime, colBorder, colSidebar;
+extern COLORREF colFirstLine, colSecondLine, colBg, colTime, colBorder, colSidebar, colTitleUnderline;
extern MNOTIFYLINK *notifyLink;
|