Draws the activity status inside a profile picture sized and shaped box.
| 1235 | |
| 1236 | // Draws the activity status inside a profile picture sized and shaped box. |
| 1237 | void DrawActivityStatus(HDC hdc, int x, int y, eActiveStatus status) |
| 1238 | { |
| 1239 | DrawIconInsideProfilePicture(hdc, x, y, g_ProfileStatusIcons[int(status)]); |
| 1240 | } |
| 1241 | |
| 1242 | void DrawLoadingBox(HDC hdc, RECT rect) |
| 1243 | { |
no test coverage detected