Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wpe-platform] Adding LG WPE patch for Wayland/Weston #204

Merged
merged 1 commit into from
Feb 2, 2017

Conversation

wouterlucas
Copy link

PR created on behalf of LGI. Patch is created by the LGI team to solve:

  • Input device (IR/Keyboard/Mouse) doesn't work for WPE. But works for Weston.
  • Video window is incorrect. Size of the video window is a contant value and position is random.
  • WPE browser cannot be set to full screen due the issue Webrtcinwebkit merge #5.c.

@blino
Copy link

blino commented Feb 2, 2017

It would nice to have a configurable way to pass the default resolution to the view backend.
This would be useful for other backends as well.
The bcm-nexus backend currently uses a WPE_NEXUS_FORMAT environment variable.

Could we have a common API for all backends?
Maybe the size could be set into a wpe_view_backend property by WPELauncher ?

@zdobersek
Copy link

There's wpe_view_backend_dispatch_set_size(). How that is called depends on the backend, but it's not necessary for it to be called from the internal view backend implementation.

@zdobersek zdobersek merged commit f55216a into master Feb 2, 2017
@wouterlucas wouterlucas deleted the lgi-rdk2brow-8 branch February 2, 2017 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants