Christian Hergert
Christian Hergert
## Description of the problem In Builder, we use the `flatpak build-export ...` feature to allow users to export their application with the local changes they've made in the IDE....
It looks like LTO isn't doing such a great job of interning a number of things that I think are worth seeing inlined. Not because these functions themselves show up...
Previously, wlEglSendDamageEvent used the entire surface as damage to the compositor but in the wrong coordinate system. wl_surface_damage() requires coordinates for the surface which could be scaled while wl_surface_damage_buffer() expects...
### Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/flatpak/flatpak/issues) for a feature request that...
Hey! I've been playing around writing an implementation of this to get the feel for things, and had a question while writing the interface parser. We have: ``` "method" name...