| 382 | } |
| 383 | |
| 384 | int |
| 385 | list_view_height(HWND hWnd, int count) |
| 386 | { |
| 387 | return (ListView_ApproximateViewRect(hWnd, -1, -1, count)) >> 16; |
| 388 | } |
| 389 | |
| 390 | /* calculate the size and position of the controls taking into account |
| 391 | the per-monitor DPI expressed as a scaling factor on sizes at 96 DPI */ |
no outgoing calls
no test coverage detected