aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-07-15 16:35:27 +0200
committermarha <marha@users.sourceforge.net>2011-07-15 16:35:27 +0200
commitba033884541714680fd7552ab9d6c8817650f7d8 (patch)
tree853509a80f53bbc4028dc4e76d43579310df354c
parent3fbadc13acf6beb4a2497970367e2c2c1b6039ca (diff)
downloadvcxsrv-ba033884541714680fd7552ab9d6c8817650f7d8.tar.gz
vcxsrv-ba033884541714680fd7552ab9d6c8817650f7d8.tar.bz2
vcxsrv-ba033884541714680fd7552ab9d6c8817650f7d8.zip
Solved regression in commit 31ee9c57db79281e122d3c4acb0f8eae07f4449f
This caused some windows to catolised as gl windows which were not.
-rw-r--r--xorg-server/hw/xwin/glx/winpriv.c3
1 files changed, 0 insertions, 3 deletions
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)