GNOME Bugzilla – Bug 742825
iconcache: Fix icon data copy into cairo surface
Last modified: 2015-01-13 15:06:55 UTC
There's still something wrong here because with the patches in bug 742824 I'm still getting wrong colors. I couldn't figure what else is wrong yet though, so just leaving this here for now.
Created attachment 294379 [details] [review] iconcache: Fix icon data copy into cairo surface The stride is in bytes but we're copying ints.
Review of attachment 294379 [details] [review]: Nice catch.
The wrong colors problem is actually in the shell patch, see comment on bug 742824 Attachment 294379 [details] pushed as 6609d9c - iconcache: Fix icon data copy into cairo surface