From 959d4db486195804321cb0481362dfd9a425ecd4 Mon Sep 17 00:00:00 2001 From: David Reveman Date: Mon, 4 Aug 2008 20:10:21 -0400 Subject: [PATCH] Don't send completion event all screens are done. --- Xext/shm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xext/shm.c b/Xext/shm.c index 888ab8757..e608a622e 100644 --- a/Xext/shm.c +++ b/Xext/shm.c @@ -515,7 +515,7 @@ ProcPanoramiXShmPutImage(ClientPtr client) orig_y = stuff->dstY; sendEvent = stuff->sendEvent; stuff->sendEvent = 0; - FOR_NSCREENS(j) { + FOR_NSCREENS_BACKWARD(j) { if(!j) stuff->sendEvent = sendEvent; stuff->drawable = draw->info[j].id; stuff->gc = gc->info[j].id;