Changeset 5721 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- May 16, 2001, 9:42:26 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r5713 r5721 1 /* $Id: win32wbase.cpp,v 1.25 6 2001-05-15 14:31:39sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.257 2001-05-16 07:42:26 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 1420 1420 setStyle(getStyle() | WS_VISIBLE); 1421 1421 dprintf(("Enable window update for %x", getWindowHandle())); 1422 OSLibWinEnableWindowUpdate(OS2Hwnd ,TRUE);1422 OSLibWinEnableWindowUpdate(OS2HwndFrame, OS2Hwnd, TRUE); 1423 1423 } 1424 1424 else … … 1428 1428 setStyle(getStyle() & ~WS_VISIBLE); 1429 1429 dprintf(("Disable window update for %x", getWindowHandle())); 1430 OSLibWinEnableWindowUpdate(OS2Hwnd ,FALSE);1430 OSLibWinEnableWindowUpdate(OS2HwndFrame, OS2Hwnd, FALSE); 1431 1431 } 1432 1432 }
Note:
See TracChangeset
for help on using the changeset viewer.