- Timestamp:
- Jun 21, 1999, 2:42:48 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/user32.cpp
r137 r139 1 /* $Id: user32.cpp,v 1.1 0 1999-06-20 20:50:18 sandervlExp $ */1 /* $Id: user32.cpp,v 1.11 1999-06-21 00:42:48 buerkle Exp $ */ 2 2 3 3 /* … … 899 899 WriteLog("USER32: UpdateWindow\n"); 900 900 #endif 901 902 #if 0 // EB: ->>> doesn't work. No correct update of Winhlp32 scrolling area. 901 903 if(O32_GetUpdateRect(hwnd, &rect, FALSE) != FALSE) {//update region empty? 902 904 WndCallback(hwnd, WM_PAINT, 0, 0); … … 907 909 #endif 908 910 return(TRUE); 911 #endif 912 913 return O32_UpdateWindow(hwnd); 909 914 } 910 915 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.