GNOME Bugzilla – Bug 732232
blurry preview balls
Last modified: 2014-06-25 23:59:42 UTC
Hello, While recently trying out the git master version of glines, I noticed that the preview balls looked blurry when compared to earlier versions. Here is a video demonstrating the blurriness, and what I did to fix it. https://vimeo.com/99146811 I'm not compiling with the bleeding edge (I am compiling with gtk 3.10 instead of 3.12), so take this bug with a gain of salt.
Created attachment 279228 [details] [review] patch to reduce blurriness in preview balls In this patch, I replace gdk_window_create_similar_surface with gdk_window create_similar_image_surface.
OK. I fixed up the whitespace a bit before pushing. (In reply to comment #0) > Here is a video demonstrating the blurriness, and what I did to fix it. > > https://vimeo.com/99146811 That looks like an MP4. In the future, if you want us to watch a video, it should be WebM (start and stop recording with Ctrl+Alt+Shift+R) and would be best if you attach it directly to Bugzilla (like you did with your patch). Attachment 279228 [details] pushed as 0e8f596 - patch to reduce blurriness in preview balls