mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 06:10:15 +00:00
mir: fix compilation in mirscreen
This commit is contained in:
parent
32aa33e8d1
commit
8bc523ef59
@ -383,7 +383,10 @@ gdk_mir_screen_get_monitor_geometry (GdkScreen *screen,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
*dest = {0, 0, 0, 0};
|
dest->x = 0;
|
||||||
|
dest->y = 0;
|
||||||
|
dest->width = 0;
|
||||||
|
dest->height = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user