|
From: Andreas R. <and...@us...> - 2002-06-16 18:25:11
|
Update of /cvsroot/squeak/squeak/platforms/win32/plugins/B3DAcceleratorPlugin
In directory usw-pr-cvs1:/tmp/cvs-serv2591
Modified Files:
sqWin32D3D.c
Log Message:
attempt to fix problem with RIVA TNT2
Index: sqWin32D3D.c
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/win32/plugins/B3DAcceleratorPlugin/sqWin32D3D.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** sqWin32D3D.c 29 May 2002 11:43:03 -0000 1.6
--- sqWin32D3D.c 16 Jun 2002 18:25:07 -0000 1.7
***************
*** 589,593 ****
hRes = CoCreateInstance(&CLSID_DirectDraw,
NULL,
! CLSCTX_ALL/* CLSCTX_INPROC_SERVER */,
&IID_IDirectDraw7,
(void**)&lpDD);
--- 589,593 ----
hRes = CoCreateInstance(&CLSID_DirectDraw,
NULL,
! CLSCTX_INPROC_SERVER,
&IID_IDirectDraw7,
(void**)&lpDD);
|