Changeset 1673 for trunk/dll/newview.c
- Timestamp:
- Dec 30, 2012, 7:51:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/newview.c
r1544 r1673 453 453 while (*e != '\r' && *e != '\n' && e < ad->text + ad->textsize) 454 454 e++; 455 /* fixme to be gone?456 if((*e == '\r' || *e == '\n') && e > p)457 e--;458 */459 455 width = e - p; 460 456 } … … 1327 1323 whereiam = NULL; 1328 1324 } 1329 / * assign ad->lines[ad->numlines] */1325 // assign ad->lines[ad->numlines] 1330 1326 if (ad->numlines + 1 > ad->numalloc) { 1331 1327 … … 1343 1339 ad->numlines++; 1344 1340 if (ad->numlines == numlines) { 1345 / * display first page */1341 // display first page 1346 1342 register INT x; 1347 1343 … … 1570 1566 mr = oldproc(hwnd, msg, mp1, mp2); 1571 1567 1572 /* 1568 /** 1573 1569 * Calculate the position of the client rectangle. 1574 1570 * Otherwise, we'll see a lot of redraw when we move the … … 1598 1594 soldCount = sCount; 1599 1595 1600 /* 1596 /** 1601 1597 * Reformat the frame to "squeeze" the client 1602 1598 * and make room for status window sibling beneath
Note:
See TracChangeset
for help on using the changeset viewer.