Various OS/2 changes to keep up with general library changes and some new dilaog support.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -197,15 +197,15 @@ bool wxTopLevelWindowOS2::CreateDialog(
|
||||
}
|
||||
|
||||
HWND hWndDlg;
|
||||
HWND hWndParent;
|
||||
HWND hWndOwner;
|
||||
|
||||
if (pParent)
|
||||
hWndParent = GetHwndOf(pParent);
|
||||
hWndOwner = GetHwndOf(pParent);
|
||||
else
|
||||
hWndParent = HWND_DESKTOP;
|
||||
hWndOwner = HWND_DESKTOP;
|
||||
|
||||
hWndDlg = ::WinLoadDlg( hWndParent
|
||||
,hWndParent
|
||||
hWndDlg = ::WinLoadDlg( HWND_DESKTOP
|
||||
,hWndOwner
|
||||
,(PFNWP)wxDlgProc
|
||||
,NULL
|
||||
,(ULONG)ulDlgTemplate
|
||||
|
Reference in New Issue
Block a user