GNOME Bugzilla – Bug 634821
Fix a BadMatch when create an icon pixmap for an ARGB visual
Last modified: 2010-11-19 14:30:24 UTC
The code was mixing the visual of the window who's icon was being set with the default depth of the screen. Always use the system visual and the appropriate depth.
Created attachment 174438 [details] [review] Fix a BadMatch when create an icon pixmap for an ARGB visual
Created attachment 174439 [details] [review] Create the icon pixmap with the system visual Oops - guess I should have pulled first. I think my patch was just slightly better than what Matthias pushed on Friday ... this difference is encapsulated in this patch.
Thanks