[ros-kernel] NtGdiExtTextOut patch for review

Jason Filby jasonfilby at yahoo.com
Sun May 30 06:36:09 CEST 2004


Filip Navara wrote:
> to
>  
>   if (NULL != UnsafeDx || Count > 0)
>   {
> 
> and don't allocate memory at all in that case.

Wouldn't it be:

    if (NULL != UnsafeDx && Count > 0)
    {

Which is actually what I tried, and had that painting issue.

Cheers
Jason



	
		
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 


More information about the Ros-kernel mailing list