| 192 | } |
| 193 | |
| 194 | const wchar_t *Window::LookupMessageName(DWORD msg) |
| 195 | { |
| 196 | static MessageMap messageMap; |
| 197 | return messageMap.GetMessageName(msg); |
| 198 | } |
| 199 | |
| 200 | gfx::DimensionsI RectToDims(const RECT& r) |
| 201 | { |
nothing calls this directly
no test coverage detected