===========================================================================
| 3136 | |
| 3137 | //=========================================================================== |
| 3138 | void Win32Frame::FrameReleaseDC () { |
| 3139 | if (g_hFrameDC) { |
| 3140 | SetViewportOrgEx(g_hFrameDC,0,0,NULL); |
| 3141 | ReleaseDC(g_hFrameWindow,g_hFrameDC); |
| 3142 | g_hFrameDC = (HDC)0; |
| 3143 | } |
| 3144 | } |
| 3145 | |
| 3146 | //=========================================================================== |
| 3147 | void Win32Frame::FrameRefreshStatus (int drawflags) { |
no outgoing calls
no test coverage detected