Add xdg-output v2 support
xdg-output v2 adds the name
and description
events, implement support for these on gnome-shell so that gtk can make use of it (gtk!951 (merged))
This can be tested with (a recent enough version of) weston-info:
$ weston-info
[...]
interface: 'zxdg_output_manager_v1', version: 2, name: 6
xdg_output_v1
output: 4
name: 'eDP-1'
description: 'Built-in display'
logical_x: 0, logical_y: 0
logical_width: 1920, logical_height: 1080
xdg_output_v1
output: 5
name: 'DP-4'
description: 'Dell Inc. 24"'
logical_x: 1920, logical_y: 0
logical_width: 1920, logical_height: 1200
[...]
Closes: #645 (closed)
Edited by Olivier Fourdan