| 142 | } |
| 143 | |
| 144 | void WinNativeWidget::ReShowWindow() |
| 145 | { |
| 146 | if (IsMaxsized()){ |
| 147 | ShowMax(); |
| 148 | } |
| 149 | else{ |
| 150 | ShowNormal(); |
| 151 | } |
| 152 | Show(true); |
| 153 | } |
| 154 | |
| 155 | LRESULT CALLBACK WinNativeWidget::WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
| 156 | { |
no test coverage detected