|
|
@ -752,11 +752,8 @@ static void manager_send_head(struct wlr_output_manager_v1 *manager,
|
|
|
|
zwlr_output_manager_v1_send_head(manager_resource, head_resource);
|
|
|
|
zwlr_output_manager_v1_send_head(manager_resource, head_resource);
|
|
|
|
|
|
|
|
|
|
|
|
zwlr_output_head_v1_send_name(head_resource, output->name);
|
|
|
|
zwlr_output_head_v1_send_name(head_resource, output->name);
|
|
|
|
|
|
|
|
zwlr_output_head_v1_send_description(head_resource,
|
|
|
|
char description[128];
|
|
|
|
output->description ? output->description : "Unknown");
|
|
|
|
snprintf(description, sizeof(description), "%s %s %s (%s)",
|
|
|
|
|
|
|
|
output->make, output->model, output->serial, output->name);
|
|
|
|
|
|
|
|
zwlr_output_head_v1_send_description(head_resource, description);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (output->phys_width > 0 && output->phys_height > 0) {
|
|
|
|
if (output->phys_width > 0 && output->phys_height > 0) {
|
|
|
|
zwlr_output_head_v1_send_physical_size(head_resource,
|
|
|
|
zwlr_output_head_v1_send_physical_size(head_resource,
|
|
|
|