Minor cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -57,10 +57,6 @@ extern wxList WXDLLEXPORT wxPendingDelete;
|
||||
extern wxMenu *wxCurrentPopupMenu;
|
||||
#endif
|
||||
|
||||
extern void wxAssociateWinWithHandle( HWND hWnd
|
||||
,wxWindowOS2* pWin
|
||||
);
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// event tables
|
||||
// ----------------------------------------------------------------------------
|
||||
@@ -566,7 +562,7 @@ bool wxFrame::ShowFullScreen( bool bShow, long lStyle )
|
||||
::WinQueryWindowRect(HWND_DESKTOP, &vRect);
|
||||
nWidth = vRect.xRight - vRect.xLeft;
|
||||
//
|
||||
// Rmember OS/2 is backwards!
|
||||
// Remember OS/2 is backwards!
|
||||
//
|
||||
nHeight = vRect.yTop - vRect.yBottom;
|
||||
|
||||
|
Reference in New Issue
Block a user