libweston: Remove weston_backend_output_config structure

Reviewed-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Signed-off-by: Armin Krezović <krezovic.armin@gmail.com>
This commit is contained in:
Armin Krezović 2016-09-30 14:11:13 +02:00 committed by Pekka Paalanen
parent 4008740d5e
commit 5fe00cb975
1 changed files with 0 additions and 14 deletions

View File

@ -694,20 +694,6 @@ enum weston_capability {
WESTON_CAP_VIEW_CLIP_MASK = 0x0010,
};
/* Configuration struct for an output.
*
* This struct is used to pass the configuration for an output
* to the compositor backend when creating a new output.
* The backend can subclass this struct to handle backend
* specific data.
*/
struct weston_backend_output_config {
uint32_t transform;
uint32_t width;
uint32_t height;
uint32_t scale;
};
/* Configuration struct for a backend.
*
* This struct carries the configuration for a backend, and it's