0
Carlos Bentzen 3acbb9fa0b gamepad: fix ABI break in wpe_gamepad_client_interface
In , 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]
```
2025-02-06 13:51:44 +02:00
2019-07-29 14:46:51 +03:00
2019-07-17 14:47:04 +02:00
2022-03-22 16:22:57 +02:00
2024-01-25 16:49:27 +02:00
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
485 KiB
Languages
C 93.8%
CMake 3%
C++ 1.1%
Meson 1%
Shell 0.6%
Other 0.5%