summaryrefslogtreecommitdiff
path: root/plugins/Popup/src/skin.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-06-07 18:22:37 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-06-07 18:22:37 +0000
commitc112e561e0c157cafa38f475cd5c4338070b6579 (patch)
tree268d6deaaca12d7c6d4b326156c2a8f2e287069c /plugins/Popup/src/skin.h
parent0a23e4d06f01ee608f14fe4efd31baa39b27bb08 (diff)
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@9418 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup/src/skin.h')
-rw-r--r--plugins/Popup/src/skin.h8
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;
};