Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbseifert <none@none>2004-11-13 01:14:16 +0300
committerbseifert <none@none>2004-11-13 01:14:16 +0300
commitf5abc9ecfa20ba3b01726ae14309277dd5ce165b (patch)
tree5215ac0bddd89529633b11e6137aedd3b61ffe3a /windirstat/windirstat.h
parent89d8d750e6cfe7a414988ac10355ec8038deaa57 (diff)
Eliminated CLR_NONE. Minor corrections.
Diffstat (limited to 'windirstat/windirstat.h')
-rw-r--r--windirstat/windirstat.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/windirstat/windirstat.h b/windirstat/windirstat.h
index bcbb337..6adff41 100644
--- a/windirstat/windirstat.h
+++ b/windirstat/windirstat.h
@@ -98,7 +98,7 @@ protected:
bool UpdateMemoryInfo();
// Get the alternative color from Explorer configuration
- COLORREF GetAlternativeColor(COLORREF clrDefault, LPCTSTR szWhich);
+ COLORREF GetAlternativeColor(COLORREF clrDefault, LPCTSTR which);
virtual BOOL OnIdle(LONG lCount); // This is, where scanning is done.
@@ -111,8 +111,8 @@ protected:
LONGLONG m_workingSet; // Current working set (RAM usage)
LONGLONG m_pageFaults; // Page faults so far (unused)
DWORD m_lastPeriodicalRamUsageUpdate; // Tick count
- COLORREF m_AltColor; // Coloring of compressed items
- COLORREF m_AltEncryptionColor; // Coloring of encrypted items
+ COLORREF m_altColor; // Coloring of compressed items
+ COLORREF m_altEncryptionColor; // Coloring of encrypted items
DECLARE_MESSAGE_MAP()
afx_msg void OnFileOpen();
@@ -124,6 +124,9 @@ protected:
// $Log$
+// Revision 1.9 2004/11/12 22:14:16 bseifert
+// Eliminated CLR_NONE. Minor corrections.
+//
// Revision 1.8 2004/11/10 01:03:00 assarbad
// - Style cleaning of the alternative coloring code for compressed/encrypted items
//