Ignore:
Timestamp:
Apr 23, 2003, 8:01:01 PM (22 years ago)
Author:
sandervl
Message:

KSO: Properties allocated from shared memory & Fake window updates & SW_SHOWDEFAULT update

File:
1 edited

Legend:

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

    r10013 r10031  
    1 /* $Id: win32wbase.cpp,v 1.366 2003-04-11 15:22:33 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.367 2003-04-23 18:00:59 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    23612361    dwOldStyle = getStyle();
    23622362
     2363    /*
     2364     * SW_SHOWDEFAULT is an reference to the startup info wShowWindow member.
     2365     */
     2366    if (nCmdShow == SW_SHOWDEFAULT)
     2367    {
     2368        nCmdShow = GetProcessDword(0, GPD_STARTF_SHOWWINDOW);
     2369        dprintf(("ShowWindow: GetProcessDword(0, GPD_STARTF_SHOWWINDOW) -> %x", nCmdShow));
     2370    }
     2371 
     2372
    23632373    switch(nCmdShow)
    23642374    {
Note: See TracChangeset for help on using the changeset viewer.