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

some icon fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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;
Note: See TracChangeset for help on using the changeset viewer.