summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/themes.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TabSRMM/src/themes.h')
-rw-r--r--plugins/TabSRMM/src/themes.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/plugins/TabSRMM/src/themes.h b/plugins/TabSRMM/src/themes.h
index 4d0e81e363..47ea5dcfcc 100644
--- a/plugins/TabSRMM/src/themes.h
+++ b/plugins/TabSRMM/src/themes.h
@@ -250,19 +250,19 @@ public:
Unload();
}
- void Init(bool fStartup = false);
- void Load(void);
- void Unload();
- void UnloadAeroTabs();
- void setFileName();
- void ReadItem(const int id, const TCHAR *section);
- void LoadItems();
- void LoadIcon(const TCHAR *szSection, const TCHAR *name, HICON *hIcon);
- void ReadImageItem(const TCHAR *szItemName);
- void ReadButtonItem(const TCHAR *itemName) const;
- bool haveGlyphItem() const { return(m_fHaveGlyph); }
- int getNrIcons() const { return(m_nrSkinIcons); }
- const DWORD getDwmColor() const { return(m_dwmColor); }
+ void Init(bool fStartup = false);
+ void Load(void);
+ void Unload();
+ void UnloadAeroTabs();
+ void setFileName();
+ void ReadItem(const int id, const TCHAR *section);
+ void LoadItems();
+ void LoadIcon(const TCHAR *szSection, const TCHAR *name, HICON &hIcon);
+ void ReadImageItem(const TCHAR *szItemName);
+ void ReadButtonItem(const TCHAR *itemName) const;
+ bool haveGlyphItem() const { return(m_fHaveGlyph); }
+ int getNrIcons() const { return(m_nrSkinIcons); }
+ DWORD getDwmColor() const { return(m_dwmColor); }
const TIconDescW* getIconDesc(const int id) const { return(&m_skinIcons[id]); }
/**