| 403 | //========================================================================== |
| 404 | |
| 405 | int SystemBaseFrameBuffer::GetClientWidth() |
| 406 | { |
| 407 | RECT rect = { 0 }; |
| 408 | GetClientRect(mainwindow.GetHandle(), &rect); |
| 409 | return rect.right - rect.left; |
| 410 | } |
| 411 | |
| 412 | int SystemBaseFrameBuffer::GetClientHeight() |
| 413 | { |