Changeset 1673 for trunk/dll/mainwnd2.c
- Timestamp:
- Dec 30, 2012, 7:51:01 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/dll/mainwnd2.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd2.c
r1670 r1673 181 181 PFNWPFrame(hwnd, msg, mp1, mp2); 182 182 183 /* 183 /** 184 184 * Calculate the position of the client rectangle. 185 185 * Otherwise, we'll see a lot of redraw when we move the … … 241 241 PFNWPFrame(hwnd, msg, mp1, mp2)); 242 242 soldCount = sCount; 243 /* 243 /** 244 244 * Reformat the frame to "squeeze" the client 245 245 * and make room for status window sibling beneath … … 819 819 PFNWP oldproc; 820 820 821 /* 822 * create frame children (not client children, frame children) 823 */ 821 // create frame children (not client children, frame children) 824 822 DosSleep(1); 825 823 WinQueryWindowPos(WinQueryWindow(hwnd, QW_PARENT), &swp); … … 1282 1280 return 0; 1283 1281 } 1284 / * intentional fallthru */1282 // intentional fallthru 1285 1283 case WM_SIZE: 1286 1284 pd = WinQueryWindowPtr(hwnd, QWL_USER + 4);
Note:
See TracChangeset
for help on using the changeset viewer.
