| 788 | } |
| 789 | |
| 790 | void MSWindowsScreen::destroyClass(ATOM windowClass) const |
| 791 | { |
| 792 | if (windowClass != 0) { |
| 793 | UnregisterClass(MAKEINTATOM(windowClass), s_windowInstance); |
| 794 | } |
| 795 | } |
| 796 | |
| 797 | HWND MSWindowsScreen::createWindow(ATOM windowClass, const wchar_t *name) const |
| 798 | { |
nothing calls this directly
no outgoing calls
no test coverage detected