Diff for /np2/win9x/Attic/kdispwin.cpp between versions 1.1 and 1.2

version 1.1, 2003/11/21 06:51:14 version 1.2, 2003/11/24 07:40:02
Line 132  static void kdpaintmsg(HWND hWnd) { Line 132  static void kdpaintmsg(HWND hWnd) {
   
         HDC                     hdc;          HDC                     hdc;
         PAINTSTRUCT     ps;          PAINTSTRUCT     ps;
 //      RECT            rect;  
 //      HBRUSH          hbrush;  
   
         hdc = BeginPaint(hWnd, &ps);          hdc = BeginPaint(hWnd, &ps);
 #if 0  
         GetClientRect(hWnd, &rect);  
         hbrush = (HBRUSH)SelectObject(hdc, GetStockObject(BLACK_BRUSH));  
         PatBlt(hdc, 0, 0, rect.right, 1, PATCOPY);  
         PatBlt(hdc, 0, 0, 1, rect.bottom, PATCOPY);  
         SelectObject(hdc, hbrush);  
 #endif  
         drawkeys(hWnd, TRUE);          drawkeys(hWnd, TRUE);
         EndPaint(hWnd, &ps);          EndPaint(hWnd, &ps);
 }  }

Removed from v.1.1  
changed lines
  Added in v.1.2


RetroPC.NET-CVS <cvs@retropc.net>