mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-19 06:47:02 -04:00
Merge branch 'fanalyzer-fix' into 'master'
GCC static analyzer misc fixes See merge request wlroots/wlroots!4637
This commit is contained in:
commit
52730a2f1e
17 changed files with 57 additions and 6 deletions
|
|
@ -197,6 +197,7 @@ static bool scene_buffer_point_accepts_input(struct wlr_scene_buffer *scene_buff
|
|||
double *sx, double *sy) {
|
||||
struct wlr_scene_surface *scene_surface =
|
||||
wlr_scene_surface_try_from_buffer(scene_buffer);
|
||||
assert(scene_surface);
|
||||
|
||||
*sx += scene_surface->clip.x;
|
||||
*sy += scene_surface->clip.y;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue