Skip to content

Add BCMNexus support to the Wayland backend - #22

Merged
zdobersek merged 22 commits into
masterfrom
wayland
Feb 12, 2016
Merged

Add BCMNexus support to the Wayland backend#22
zdobersek merged 22 commits into
masterfrom
wayland

Conversation

@magomez

Copy link
Copy Markdown

No description provided.

magomezand others added 22 commits February 12, 2016 10:51
…BackendWayland should relay it to the buffer factory.
Adds a preferredSize method to the BufferFactory classes to report their
preferred size, and the ViewBackendWayland will use it to resize the view.
Initially only BufferFactoryBCMNexus reports a preferred size, which is the
size of the display.
void PlatformDisplayWPE::initialize(std::pair<const uint8_t*, size_t> data)
{
auto initializationData = std::make_unique<std::pair<const uint8_t*, size_t>>(data);
s_initializationData = initializationData.get();

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to find a better (or rather more elegant) way to handle this. Works for now, but it's a hack.

zdobersek added a commit that referenced this pull request Feb 12, 2016
Add BCMNexus support to the Wayland backend
@zdobersek
zdobersek merged commit 6a12a4a into masterFeb 12, 2016
@magomez
magomez deleted the wayland branch February 15, 2016 08:43
@aazamansariaazamansari mentioned this pull request Jun 5, 2017
Sign up for freeto 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.

2 participants

@magomez@zdobersek