diff --git a/hw/xnest/Events.c b/hw/xnest/Events.c index ed09d22e2..e28ce4ca5 100644 --- a/hw/xnest/Events.c +++ b/hw/xnest/Events.c @@ -95,7 +95,7 @@ xnestCollectExposures(void) RegionInit(&Rgn, &Box, 1); - miSendExposures(pWin, &Rgn, Box.x2, Box.y2); + miSendExposures(pWin, &Rgn, 0, 0); } } }