Changeset 6168 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Jul 4, 2001, 11:55:18 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r6166 r6168 1 /* $Id: win32wbase.cpp,v 1.27 2 2001-07-04 09:29:51sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.273 2001-07-04 09:55:18 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 638 638 //Set icon from window or class 639 639 if (hIcon) 640 OSLibWinSetIcon(OS2Hwnd ,hIcon);640 OSLibWinSetIcon(OS2HwndFrame,hIcon); 641 641 else 642 642 if (windowClass->getIcon()) 643 OSLibWinSetIcon(OS2Hwnd ,windowClass->getIcon());643 OSLibWinSetIcon(OS2HwndFrame,windowClass->getIcon()); 644 644 645 645 /* Get class or window DC if needed */ … … 1875 1875 hIcon = (HICON)lParam; 1876 1876 if ((dwStyle & WS_CAPTION) == WS_CAPTION) 1877 OSLibWinSetIcon(OS2Hwnd ,hIcon);1877 OSLibWinSetIcon(OS2HwndFrame,hIcon); 1878 1878 } 1879 1879 }
Note:
See TracChangeset
for help on using the changeset viewer.