mir: fix compilation in mirscreen

This commit is contained in:
Marco Trevisan (Treviño) 2014-11-14 23:18:10 +01:00
parent 32aa33e8d1
commit 8bc523ef59

View File

@ -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;
} }
} }