mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-07 14:06:00 +01:00
Merge pull request #790 from orestisf1993/fix-build
Another gcc false positive
This commit is contained in:
commit
6eb72a1ae5
1 changed files with 1 additions and 1 deletions
|
@ -682,7 +682,7 @@ struct wlr_surface *desktop_surface_at(struct roots_desktop *desktop,
|
||||||
struct wlr_surface *surface = NULL;
|
struct wlr_surface *surface = NULL;
|
||||||
struct wlr_output *wlr_output =
|
struct wlr_output *wlr_output =
|
||||||
wlr_output_layout_output_at(desktop->layout, lx, ly);
|
wlr_output_layout_output_at(desktop->layout, lx, ly);
|
||||||
struct roots_output *roots_output;
|
struct roots_output *roots_output = NULL;
|
||||||
double ox = lx, oy = ly;
|
double ox = lx, oy = ly;
|
||||||
*view = NULL;
|
*view = NULL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue