Ignore:
Timestamp:
Dec 17, 1999, 6:18:04 PM (26 years ago)
Author:
cbratschi
Message:

MDI cascade/tile, WM_PARENTNOTIFY cursor pos mapping, free timers after WM_DESTROY

File:
1 edited

Legend:

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

    r2084 r2099  
    1 /* $Id: win32wmdichild.cpp,v 1.12 1999-12-16 00:11:48 sandervl Exp $ */
     1/* $Id: win32wmdichild.cpp,v 1.13 1999-12-17 17:18:04 cbratschi Exp $ */
    22/*
    33 * Win32 MDI Child Window Class for OS/2
     
    294294
    295295    /* calculate placement */
    296     calcDefaultChildPos(client, client->incTotalCreated(), pos, 0);
     296    calcDefaultChildPos(client, client->incTotalCreated()-1, pos, 0);
    297297
    298298    if (cs->cx == CW_USEDEFAULT || !cs->cx) cs->cx = pos[1].x;
Note: See TracChangeset for help on using the changeset viewer.