projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
cosmetic fixes to font encoding names
[wxWidgets.git]
/
src
/
os2
/
mdi.cpp
diff --git
a/src/os2/mdi.cpp
b/src/os2/mdi.cpp
index 0a211183344006f0064baf5943a6fec659a7301a..2c36bb8c0d1cbdae47e5113197685ece5b5ceb81 100644
(file)
--- a/
src/os2/mdi.cpp
+++ b/
src/os2/mdi.cpp
@@
-288,8
+288,7
@@
void wxMDIParentFrame::ActivatePrevious()
// the MDI parent frame window proc
// ---------------------------------------------------------------------------
// the MDI parent frame window proc
// ---------------------------------------------------------------------------
-MRESULT wxMDIParentFrame::OS2WindowProc(HWND hwnd,
- WXUINT message,
+MRESULT wxMDIParentFrame::OS2WindowProc(WXUINT message,
WXWPARAM wParam,
WXLPARAM lParam)
{
WXWPARAM wParam,
WXLPARAM lParam)
{
@@
-504,8
+503,7
@@
bool wxMDIParentFrame::HandleCommand(WXWORD id, WXWORD cmd, WXHWND hwnd)
return FALSE;
}
return FALSE;
}
-MRESULT wxMDIParentFrame::OS2DefWindowProc(HWND hwnd,
- WXUINT message,
+MRESULT wxMDIParentFrame::OS2DefWindowProc(WXUINT message,
WXWPARAM wParam,
WXLPARAM lParam)
{
WXWPARAM wParam,
WXLPARAM lParam)
{
@@
-774,8
+772,7
@@
void wxMDIChildFrame::Activate()
// MDI window proc and message handlers
// ---------------------------------------------------------------------------
// MDI window proc and message handlers
// ---------------------------------------------------------------------------
-MRESULT wxMDIChildFrame::OS2WindowProc(HWND hwnd,
- WXUINT message,
+MRESULT wxMDIChildFrame::OS2WindowProc(WXUINT message,
WXWPARAM wParam,
WXLPARAM lParam)
{
WXWPARAM wParam,
WXLPARAM lParam)
{
@@
-987,7
+984,7
@@
bool wxMDIChildFrame::HandleWindowPosChanging(void *pos)
// MDI specific message translation/preprocessing
// ---------------------------------------------------------------------------
// MDI specific message translation/preprocessing
// ---------------------------------------------------------------------------
-MRESULT wxMDIChildFrame::OS2DefWindowProc(
HWND hwnd,
WXUINT message, WXWPARAM wParam, WXLPARAM lParam)
+MRESULT wxMDIChildFrame::OS2DefWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam)
{
// TODO
/*
{
// TODO
/*
@@
-999,7
+996,7
@@
MRESULT wxMDIChildFrame::OS2DefWindowProc(HWND hwnd, WXUINT message, WXWPARAM wP
bool wxMDIChildFrame::OS2TranslateMessage(WXMSG* msg)
{
bool wxMDIChildFrame::OS2TranslateMessage(WXMSG* msg)
{
- return m_acceleratorTable.Translate(GetParent(), msg);
+ return m_acceleratorTable.Translate(GetParent()
->GetHWND()
, msg);
}
// ---------------------------------------------------------------------------
}
// ---------------------------------------------------------------------------