Ignore:
Timestamp:
Aug 23, 2002, 9:25:22 PM (23 years ago)
Author:
umoeller
Message:

First attempt at folder split view.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/winh.c

    r210 r213  
    39303930    if (hwndFrame)
    39313931    {
    3932         *phwndClient = WinCreateWindow(hwndFrame,      // parent
    3933                                        (PSZ)pcszClassClient, // class
    3934                                        NULL,           // no title
    3935                                        flStyleClient,  // style
    3936                                        0,0,0,0,        // size and position = 0
    3937                                        hwndFrame,      // owner
    3938                                        HWND_BOTTOM,    // bottom z-order
    3939                                        FID_CLIENT,     // frame window ID
    3940                                        pClientCtlData, // class data
    3941                                        NULL);          // no presparams
    3942 
    3943         if (*phwndClient)
     3932        if (*phwndClient = WinCreateWindow(hwndFrame,      // parent
     3933                                           (PSZ)pcszClassClient, // class
     3934                                           NULL,           // no title
     3935                                           flStyleClient,  // style
     3936                                           0,0,0,0,        // size and position = 0
     3937                                           hwndFrame,      // owner
     3938                                           HWND_BOTTOM,    // bottom z-order
     3939                                           FID_CLIENT,     // frame window ID
     3940                                           pClientCtlData, // class data
     3941                                           NULL))          // no presparams
    39443942        {
    39453943            if (pswpFrame)
Note: See TracChangeset for help on using the changeset viewer.