Changeset 18 for trunk/src/helpers/textview.c
- Timestamp:
- Jan 1, 2001, 4:30:29 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/textview.c
r14 r18 2476 2476 // reduce clip region to update rectangle 2477 2477 GpiIntersectClipRectangle(ptxvd->hps, 2478 &rcl2Update); 2478 &rcl2Update); // exclusive 2479 2479 2480 2480 // draw little box at the bottom right … … 2502 2502 // this can be larger than "view text" 2503 2503 WinFillRect(ptxvd->hps, 2504 &ptxvd->rclViewPaint, 2504 &ptxvd->rclViewPaint, // exclusive 2505 2505 ptxvd->lBackColor); 2506 2506 … … 2511 2511 rclClip.yTop = ptxvd->rclViewText.yTop - 1; 2512 2512 GpiIntersectClipRectangle(ptxvd->hps, 2513 &rclClip); 2513 &rclClip); // exclusive 2514 2514 // finally, draw text lines in invalid rectangle; 2515 2515 // this subfunction is smart enough to redraw only
Note:
See TracChangeset
for help on using the changeset viewer.