Ignore:
Timestamp:
Oct 9, 2000, 7:26:55 PM (25 years ago)
Author:
sandervl
Message:

mdi fix + ShowOwnedPopups implemented

File:
1 edited

Legend:

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

    r3662 r4463  
    1 /* $Id: win32wmdiclient.cpp,v 1.29 2000-06-07 14:51:33 sandervl Exp $ */
     1/* $Id: win32wmdiclient.cpp,v 1.30 2000-10-09 17:26:54 sandervl Exp $ */
    22/*
    33 * Win32 MDI Client Window Class for OS/2
     
    12571257    wndClass.cbWndExtra    = 0;
    12581258    wndClass.hCursor       = 0;
    1259     wndClass.hbrBackground = (HBRUSH)LTGRAY_BRUSH;
     1259    wndClass.hbrBackground = (HBRUSH)GetStockObject(GRAY_BRUSH);
    12601260    wndClass.lpszClassName = MDICLIENTCLASSNAMEA;
    12611261
Note: See TracChangeset for help on using the changeset viewer.