| 1009 | //=========================================================================== |
| 1010 | |
| 1011 | LRESULT CALLBACK Win32Frame::FrameWndProc( |
| 1012 | HWND window, |
| 1013 | UINT message, |
| 1014 | WPARAM wparam, |
| 1015 | LPARAM lparam) |
| 1016 | { |
| 1017 | Win32Frame& win32Frame = Win32Frame::GetWin32Frame(); |
| 1018 | return win32Frame.WndProc(window, message, wparam, lparam); |
| 1019 | } |
| 1020 | |
| 1021 | LRESULT Win32Frame::WndProc( |
| 1022 | HWND window, |