From: Jacek S. <arn...@us...> - 2006-02-19 23:51:38
|
Update of /cvsroot/dcplusplus/dcplusplus/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18176/windows Modified Files: HubFrame.cpp Log Message: Last few cleanups for the day Index: HubFrame.cpp =================================================================== RCS file: /cvsroot/dcplusplus/dcplusplus/windows/HubFrame.cpp,v retrieving revision 1.130 retrieving revision 1.131 diff -C2 -d -r1.130 -r1.131 *** HubFrame.cpp 19 Feb 2006 16:19:06 -0000 1.130 --- HubFrame.cpp 19 Feb 2006 23:51:31 -0000 1.131 *************** *** 640,644 **** } - LRESULT HubFrame::onLButton(UINT /*uMsg*/, WPARAM wParam, LPARAM lParam, BOOL& bHandled) { HWND focus = GetFocus(); --- 640,643 ---- |