Ignore:
Timestamp:
Feb 23, 2001, 3:52:42 PM (25 years ago)
Author:
sandervl
Message:

mdi, setcursor, min/max/restore, dlglist changes

File:
1 edited

Legend:

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

    r5217 r5258  
    1 /* $Id: win32wmdiclient.cpp,v 1.33 2001-02-20 17:22:06 sandervl Exp $ */
     1/* $Id: win32wmdiclient.cpp,v 1.34 2001-02-23 14:52:42 sandervl Exp $ */
    22/*
    33 * Win32 MDI Client Window Class for OS/2
     
    13291329    wndClass.cbClsExtra    = 0;
    13301330    wndClass.cbWndExtra    = 0;
    1331     wndClass.hCursor       = 0;
     1331    wndClass.hCursor       = LoadCursorA(0,IDC_ARROWA);;
    13321332    wndClass.hbrBackground = (HBRUSH)GetStockObject(GRAY_BRUSH);
    13331333    wndClass.lpszClassName = MDICLIENTCLASSNAMEA;
Note: See TracChangeset for help on using the changeset viewer.