Changeset 6241


Ignore:
Timestamp:
Jul 8, 2001, 9:15:10 AM (24 years ago)
Author:
sandervl
Message:

some icon fixes

Location:
trunk/src/user32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/user32/win32wdesktop.cpp

    r5935 r6241  
    1 /* $Id: win32wdesktop.cpp,v 1.17 2001-06-09 14:50:22 sandervl Exp $ */
     1/* $Id: win32wdesktop.cpp,v 1.18 2001-07-08 07:15:09 sandervl Exp $ */
    22/*
    33 * Win32 Desktop Window for OS/2
     
    128128    wndClass.cbClsExtra    = 0;
    129129    wndClass.cbWndExtra    = 0;
    130     wndClass.hCursor       = (HCURSOR)IDC_ARROWA;
     130    wndClass.hCursor       = LoadCursorA(0, IDC_ARROWA);
    131131    wndClass.hbrBackground = 0;
    132132    wndClass.lpszClassName = DESKTOP_CLASS_NAMEA;
  • TabularUnified trunk/src/user32/winicon.cpp

    r6183 r6241  
    1 /* $Id: winicon.cpp,v 1.26 2001-07-06 13:47:00 sandervl Exp $ */
     1/* $Id: winicon.cpp,v 1.27 2001-07-08 07:15:10 sandervl Exp $ */
    22/*
    33 * Win32 Icon Code for OS/2
     
    613613
    614614            if (loadflags & LR_SHARED )
    615                 CURSORICON_AddSharedIcon( -1, hIcon, -1, hObj );
     615                CURSORICON_AddSharedIcon( -1, hCursor, -1, hIcon );
    616616
    617617            GlobalUnlock( hObj );
     
    11901190    if ( !(flags & CID_NONSHARED) )
    11911191    {
    1192 #ifdef __WIN32OS2__
    1193         INT count = CURSORICON_DelSharedIcon( hIcon );
    1194 #else
    11951192        INT count = CURSORICON_DelSharedIcon( handle );
    1196 #endif
    11971193
    11981194        if ( count != -1 )
Note: See TracChangeset for help on using the changeset viewer.