When moving a window on top of a pidgin chat window, the chat window is corrupted. Happens with 2.21.7-5-g87295b1 and SNA on my SNB powered notebook (Fedora 19 beta)
Created attachment 79684 [details] screenshot of background corruption
happens also with 2.21.7, if you can not reproduce it I'll try to bisect.
The big scary change would be the introduction of cow support. To test, you can disable it with: diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c index 371abb0..fc82e09 100644 --- a/src/sna/sna_accel.c +++ b/src/sna/sna_accel.c @@ -68,7 +68,7 @@ #define USE_CPU_BO 1 #define USE_USERPTR_UPLOADS 1 #define USE_USERPTR_DOWNLOADS 1 -#define USE_COW 1 +#define USE_COW 0 #define MIGRATE_ALL 0 #define DBG_NO_CPU_UPLOAD 0 *** This bug has been marked as a duplicate of bug 64841 ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.