mirror of https://github.com/snes9xgit/snes9x.git
Invalidate on init to reset GTK spacing.
This commit is contained in:
parent
a48cbf72da
commit
1b6690b1fe
|
@ -151,6 +151,7 @@ bool wlgl_helper::create_egl_context (int width, int height)
|
||||||
}
|
}
|
||||||
|
|
||||||
wl_surface_set_buffer_scale (child, scale);
|
wl_surface_set_buffer_scale (child, scale);
|
||||||
|
gdk_window_invalidate_rect (gdk_window, NULL, FALSE);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue