
In #134, the analog_button_changed field was added to wpe_gamepad_client_interface, but it missed removing one of trailing reserved fields, so the struct size grew and broke upstream WPE build in developer mode: ``` GamepadLibWPE.cpp:62:5: error: missing field '_wpe_reserved3' initializer [-Werror,-Wmissing-field-initializers] ```
Description
The common interface between WPEWebKit and its rendering backends is provided by libwpe. On one side, once WPEWebKit has a graphical representation of the final composited Web page ready for rendering, it invokes a callback function on libwpe. On the other side, the WPE application has to register a view backend on the WPE WebView. This view backend is provided by the rendering backend. The view backend receives the Web page representation from libwpe, usually as an EGLImage, and is in charge of presenting it in the application, on-screen. 项目原始地址:https://github.com/WebPlatformForEmbedded/libwpe.git
https://www.mobibrw.com/gitea-mirrors/WebPlatformForEmbedded/libwpe.git
Languages
C
93.8%
CMake
3%
C++
1.1%
Meson
1%
Shell
0.6%
Other
0.5%