On Fri, 2006-02-17 at 08:17 +0000, cvs@abisource.com wrote:
> Update of /cvsroot/abi/src/af/gr/win
> In directory abiword.snt.utwente.nl:/tmp/cvs-serv21053
> 
> Modified Files:
> 	gr_Win32Graphics.cpp 
> Log Message:
> fixes displaying hight resolution images in Win32 (backport)
> 
> Index: gr_Win32Graphics.cpp
> ===================================================================
> RCS file: /cvsroot/abi/src/af/gr/win/gr_Win32Graphics.cpp,v
> retrieving revision 1.228
> retrieving revision 1.229
> diff -u -d -r1.228 -r1.229
> --- gr_Win32Graphics.cpp	2 Feb 2006 11:41:39 -0000	1.228
> +++ gr_Win32Graphics.cpp	17 Feb 2006 08:17:48 -0000	1.229
> @@ -1195,8 +1195,7 @@
>  #endif
>  	
>  	if(!iRes)
> -	{
> -		SetStretchBltMode(m_hdc, COLORONCOLOR);
> +	{
>  		iRes = StretchDIBits(m_hdc,
>  							 xDest, yDest,
>  							 pImg->getDisplayWidth(), pImg->getDisplayHeight(),
How can this fix anything, when the next commit re-adds that line again?
/confused
  Marc
Received on Wed Mar 15 23:26:07 2006
This archive was generated by hypermail 2.1.8 : Wed Mar 15 2006 - 23:26:08 CET