===========================================================================
| 3127 | |
| 3128 | //=========================================================================== |
| 3129 | HDC Win32Frame::FrameGetDC () { |
| 3130 | if (!g_hFrameDC) { |
| 3131 | g_hFrameDC = GetDC(g_hFrameWindow); |
| 3132 | SetViewportOrgEx(g_hFrameDC,viewportx,viewporty,NULL); |
| 3133 | } |
| 3134 | return g_hFrameDC; |
| 3135 | } |
| 3136 | |
| 3137 | //=========================================================================== |
| 3138 | void Win32Frame::FrameReleaseDC () { |
no outgoing calls
no test coverage detected