Ignore:
Timestamp:
Jul 4, 2001, 11:55:18 AM (24 years ago)
Author:
sandervl
Message:

add icon to PM tasklist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wbase.cpp

    r6166 r6168  
    1 /* $Id: win32wbase.cpp,v 1.272 2001-07-04 09:29:51 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.273 2001-07-04 09:55:18 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    638638    //Set icon from window or class
    639639    if (hIcon)
    640         OSLibWinSetIcon(OS2Hwnd,hIcon);
     640        OSLibWinSetIcon(OS2HwndFrame,hIcon);
    641641    else
    642642    if (windowClass->getIcon())
    643         OSLibWinSetIcon(OS2Hwnd,windowClass->getIcon());
     643        OSLibWinSetIcon(OS2HwndFrame,windowClass->getIcon());
    644644
    645645    /* Get class or window DC if needed */
     
    18751875              hIcon = (HICON)lParam;
    18761876              if ((dwStyle & WS_CAPTION) == WS_CAPTION)
    1877                 OSLibWinSetIcon(OS2Hwnd,hIcon);
     1877                OSLibWinSetIcon(OS2HwndFrame,hIcon);
    18781878            }
    18791879          }
Note: See TracChangeset for help on using the changeset viewer.