diff options
Diffstat (limited to 'xserver/hw/dmx/dmxpixmap.c')
-rw-r--r-- | xserver/hw/dmx/dmxpixmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xserver/hw/dmx/dmxpixmap.c b/xserver/hw/dmx/dmxpixmap.c index 17aca9224..7b317eaef 100644 --- a/xserver/hw/dmx/dmxpixmap.c +++ b/xserver/hw/dmx/dmxpixmap.c @@ -205,7 +205,7 @@ dmxBitmapToRegion(PixmapPtr pPixmap) RegionPtr pReg, pTmpReg; int x, y; unsigned long previousPixel, currentPixel; - BoxRec Box; + BoxRec Box = { 0, }; Bool overlap; if (!dmxScreen->beDisplay) { |