diff options
Diffstat (limited to 'xorg-server/hw/xwin/winmultiwindowshape.c')
-rw-r--r-- | xorg-server/hw/xwin/winmultiwindowshape.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/winmultiwindowshape.c b/xorg-server/hw/xwin/winmultiwindowshape.c index 168a50b47..32a3f16e6 100644 --- a/xorg-server/hw/xwin/winmultiwindowshape.c +++ b/xorg-server/hw/xwin/winmultiwindowshape.c @@ -70,7 +70,7 @@ winUpdateRgnMultiWindow (WindowPtr pWin) SetWindowRgn (winGetWindowPriv(pWin)->hWnd, winGetWindowPriv(pWin)->hRgn, TRUE); - /* The system now owns the region specified by the region handle and delete it when it is no longer needed. */ + /* The system now owns the region specified by the region handle and will delete it when it is no longer needed. */ winGetWindowPriv(pWin)->hRgn = NULL; } |