adjust the size and positions of all controls in the player selection dialog taking into account the per-monitor DPI. */
| 572 | /* adjust the size and positions of all controls in the player |
| 573 | selection dialog taking into account the per-monitor DPI. */ |
| 574 | void |
| 575 | do_player_selector_layout(plsel_data_t * data) |
| 576 | { |
| 577 | calculate_player_selector_layout(data); |
| 578 | move_controls(data->controls, psc_control_count); |
| 579 | size_dialog(data->dialog, data->client_size); |
| 580 | } |
| 581 | |
| 582 | /* initialize player selector dialog */ |
| 583 | void |
no test coverage detected