Changeset 1673 for trunk/dll/mainwnd2.c


Ignore:
Timestamp:
Dec 30, 2012, 7:51:01 PM (13 years ago)
Author:
Gregg Young
Message:

Update to Doxygen comment style Ticket 55. Also some minor code cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd2.c

    r1670 r1673  
    181181        PFNWPFrame(hwnd, msg, mp1, mp2);
    182182
    183       /*
     183      /**
    184184       * Calculate the position of the client rectangle.
    185185       * Otherwise, we'll see a lot of redraw when we move the
     
    241241                        PFNWPFrame(hwnd, msg, mp1, mp2));
    242242      soldCount = sCount;
    243       /*
     243      /**
    244244       * Reformat the frame to "squeeze" the client
    245245       * and make room for status window sibling beneath
     
    819819      PFNWP oldproc;
    820820
    821       /*
    822        * create frame children (not client children, frame children)
    823        */
     821      // create frame children (not client children, frame children)
    824822      DosSleep(1);
    825823      WinQueryWindowPos(WinQueryWindow(hwnd, QW_PARENT), &swp);
     
    12821280        return 0;
    12831281    }
    1284     /* intentional fallthru */
     1282    // intentional fallthru
    12851283  case WM_SIZE:
    12861284    pd = WinQueryWindowPtr(hwnd, QWL_USER + 4);
Note: See TracChangeset for help on using the changeset viewer.