From ba033884541714680fd7552ab9d6c8817650f7d8 Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 15 Jul 2011 16:35:27 +0200 Subject: Solved regression in commit 31ee9c57db79281e122d3c4acb0f8eae07f4449f This caused some windows to catolised as gl windows which were not. --- xorg-server/hw/xwin/glx/winpriv.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'xorg-server/hw/xwin') diff --git a/xorg-server/hw/xwin/glx/winpriv.c b/xorg-server/hw/xwin/glx/winpriv.c index 4e7728963..4badb5320 100644 --- a/xorg-server/hw/xwin/glx/winpriv.c +++ b/xorg-server/hw/xwin/glx/winpriv.c @@ -107,9 +107,6 @@ HWND winGetWindowInfo(WindowPtr pWin) { /* copy window handle */ hwnd = pWinPriv->hWnd; - - /* mark GLX active on that hwnd */ - pWinPriv->fWglUsed = TRUE; } } else if (g_fXdmcpEnabled) -- cgit v1.2.3