Minor cleanup

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2006-01-04 23:05:18 +00:00
parent 22c685813c
commit 2240212390

View File

@@ -57,10 +57,6 @@ extern wxList WXDLLEXPORT wxPendingDelete;
extern wxMenu *wxCurrentPopupMenu; extern wxMenu *wxCurrentPopupMenu;
#endif #endif
extern void wxAssociateWinWithHandle( HWND hWnd
,wxWindowOS2* pWin
);
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// event tables // event tables
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
@@ -566,7 +562,7 @@ bool wxFrame::ShowFullScreen( bool bShow, long lStyle )
::WinQueryWindowRect(HWND_DESKTOP, &vRect); ::WinQueryWindowRect(HWND_DESKTOP, &vRect);
nWidth = vRect.xRight - vRect.xLeft; nWidth = vRect.xRight - vRect.xLeft;
// //
// Rmember OS/2 is backwards! // Remember OS/2 is backwards!
// //
nHeight = vRect.yTop - vRect.yBottom; nHeight = vRect.yTop - vRect.yBottom;