From d2d9977f1153b5222b34859a2cb22b957bfe3221 Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 20 Nov 2009 13:01:45 +0000 Subject: Native glx is compiling and running now (although no acceleration is happening... to be investigated further) --- xorg-server/hw/xwin/winmultiwindowshape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xorg-server/hw/xwin/winmultiwindowshape.c') 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; } -- cgit v1.2.3