GNOME Bugzilla – Bug 758936
Widgets within an offscreen windows are blurry on wayland with hidpi
Last modified: 2015-12-03 21:51:21 UTC
See the screenshots.
Created attachment 316638 [details] x11
Created attachment 316639 [details] wayland
Created attachment 316640 [details] [review] gdkoffscreenwindow: use embedder to derive surfaces & scale factor In Gdk, a GdkOffscreenWindow parent has to be the root window. This is problematic on Wayland because the root window doesn't necessary have the right information with regard to scale factor. This patch proposes to rely on the embedder, if available, to derive surfaces as well as getting the scale factor.
Review of attachment 316640 [details] [review]: Makes sense to me
Review of attachment 316640 [details] [review]: Pushed to master.