From 86e001b78cb46c1d5a216dd50b3d7fe32db23575 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 25 Aug 2004 14:59:45 +0000 Subject: Windows ICD driver code (patch 1014800) --- src/mesa/drivers/windows/gdi/wgl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/drivers/windows/gdi') diff --git a/src/mesa/drivers/windows/gdi/wgl.c b/src/mesa/drivers/windows/gdi/wgl.c index cfcf65e67b6..53850d1bdce 100644 --- a/src/mesa/drivers/windows/gdi/wgl.c +++ b/src/mesa/drivers/windows/gdi/wgl.c @@ -1,4 +1,4 @@ -/* $Id: wgl.c,v 1.3 2004/01/07 12:34:28 dborca Exp $ */ +/* $Id: wgl.c,v 1.4 2004/08/25 14:59:45 brianp Exp $ */ /* * This library is free software; you can redistribute it and/or @@ -102,7 +102,7 @@ typedef struct { static MesaWglCtx wgl_ctx[MESAWGL_CTX_MAX_COUNT]; static unsigned ctx_count = 0; -static unsigned ctx_current = -1; +static int ctx_current = -1; static unsigned curPFD = 0; WGLAPI BOOL GLAPIENTRY wglCopyContext(HGLRC hglrcSrc,HGLRC hglrcDst,UINT mask) -- cgit v1.2.3