mirror of https://github.com/snes9xgit/snes9x.git
WaylandSurface: Do roundtrip to get fractional size before initialization.
This commit is contained in:
parent
5e021b1abc
commit
ec8bdaa6eb
|
@ -139,6 +139,8 @@ bool WaylandSurface::attach(wl_display *display, wl_surface *surface, Metrics m)
|
||||||
zwp_idle_inhibit_manager_v1_create_inhibitor(idle_inhibit_manager, child);
|
zwp_idle_inhibit_manager_v1_create_inhibitor(idle_inhibit_manager, child);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
wl_display_roundtrip(display);
|
||||||
|
|
||||||
resize(m);
|
resize(m);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 197a273fd494321157f40a962c51b5fa8c9c3581
|
Subproject commit 4e2fdb25671c742a9fbe93a6034eb1542244c7e1
|
Loading…
Reference in New Issue