diff options
Diffstat (limited to 'plugins/Popup/src/skin.h')
-rw-r--r-- | plugins/Popup/src/skin.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/plugins/Popup/src/skin.h b/plugins/Popup/src/skin.h index c8ac79688b..6f66b54187 100644 --- a/plugins/Popup/src/skin.h +++ b/plugins/Popup/src/skin.h @@ -78,12 +78,7 @@ public: HICON hic;
HBITMAP hbm;
MyBitmap *myBmp;
- struct
- {
- COLORREF textColor;
- HFONT hfn;
-// int textw;
- };
+ HFONT hfn;
};
unsigned long flags;
unsigned long flag_mask;
@@ -91,6 +86,7 @@ public: int clocksize[CLOCK_ITEMS];
int clockstart[CLOCK_ITEMS];
int proportional;
+ COLORREF textColor;
SKINELEMENT *next;
};
|