On Wed, 27 Jun 2018 20:44:22 -0400
nerdopolis <bluescreen_aven...@verizon.net> wrote:

> The framebuffer backend now detects the framebuffer device
> dynamically. Don't assume that the framebuffer device is /dev/fb0
> ---
>  compositor/main.c | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/compositor/main.c b/compositor/main.c
> index 068cdd8f..f1ee02b4 100644
> --- a/compositor/main.c
> +++ b/compositor/main.c
> @@ -1599,9 +1599,6 @@ load_fbdev_backend(struct weston_compositor *c,
>  
>       parse_options(fbdev_options, ARRAY_LENGTH(fbdev_options), argc, argv);
>  
> -     if (!config.device)
> -             config.device = strdup("/dev/fb0");
> -
>       config.base.struct_version = WESTON_FBDEV_BACKEND_CONFIG_VERSION;
>       config.base.struct_size = sizeof(struct weston_fbdev_backend_config);
>       config.configure_device = configure_input_device;

Reviewed-by: Pekka Paalanen <pekka.paala...@collabora.co.uk>


Thanks,
pq

Attachment: pgpULHaZHOiHy.pgp
Description: OpenPGP digital signature

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to