diff options
Diffstat (limited to 'mi')
-rw-r--r-- | mi/miexpose.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mi/miexpose.c b/mi/miexpose.c index 148d1a63b..c34530c34 100644 --- a/mi/miexpose.c +++ b/mi/miexpose.c @@ -136,7 +136,7 @@ miHandleExposures(DrawablePtr pSrcDrawable, DrawablePtr pDstDrawable, the window background */ WindowPtr pSrcWin; - BoxRec expBox; + BoxRec expBox = { 0, }; Bool extents; /* avoid work if we can */ |