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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/sizecbar/sizecbar.h')
-rw-r--r--src/ui/sizecbar/sizecbar.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/ui/sizecbar/sizecbar.h b/src/ui/sizecbar/sizecbar.h
index 0d0cf16f9..3bf4479d3 100644
--- a/src/ui/sizecbar/sizecbar.h
+++ b/src/ui/sizecbar/sizecbar.h
@@ -1,29 +1,26 @@
/////////////////////////////////////////////////////////////////////////
//
-// CSizingControlBar Version 2.43
+// CSizingControlBar Version 2.45
//
-// Created: Jan 24, 1998 Last Modified: August 03, 2000
+// Created: Jan 24, 1998 Last Modified: April 16, 2010
//
// See the official site at www.datamekanix.com for documentation and
// the latest news.
//
/////////////////////////////////////////////////////////////////////////
-// Copyright (C) 1998-2000 by Cristi Posea. All rights reserved.
+// Copyright (C) 1998-2010 Cristi Posea. All rights reserved.
//
// This code is free for personal and commercial use, providing this
// notice remains intact in the source files and all eventual changes are
// clearly marked with comments.
//
-// You must obtain the author's consent before you can include this code
-// in a software library.
-//
// No warrantee of any kind, express or implied, is included with this
// software; use at your own risk, responsibility for damages (if any) to
// anyone resulting from the use of this software rests entirely with the
// user.
//
// Send bug reports, bug fixes, enhancements, requests, flames, etc. to
-// cristi@datamekanix.com or post them at the message board at the site.
+// cristi@datamekanix.com .
/////////////////////////////////////////////////////////////////////////
#if !defined(__SIZECBAR_H__)
@@ -110,7 +107,6 @@ public:
m_pDockSite->DelayRecalcLayout();
}
-
// Overridables
virtual void OnUpdateCmdUI(CFrameWnd* pTarget, BOOL bDisableIfNoHndler);
@@ -164,7 +160,7 @@ protected:
BOOL m_bDragShowContent;
UINT m_nDockBarID;
int m_cxEdge;
-
+
BOOL m_bFixedFloat;
CSize m_szFixedFloat;