Ignore:
Timestamp:
Jan 1, 2001, 4:30:29 PM (25 years ago)
Author:
umoeller
Message:

Tons of updates.

File:
1 edited

Legend:

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

    r14 r18  
    24762476                // reduce clip region to update rectangle
    24772477                GpiIntersectClipRectangle(ptxvd->hps,
    2478                                           &rcl2Update);
     2478                                          &rcl2Update);     // exclusive
    24792479
    24802480                // draw little box at the bottom right
     
    25022502                // this can be larger than "view text"
    25032503                WinFillRect(ptxvd->hps,
    2504                             &ptxvd->rclViewPaint,
     2504                            &ptxvd->rclViewPaint,       // exclusive
    25052505                            ptxvd->lBackColor);
    25062506
     
    25112511                rclClip.yTop = ptxvd->rclViewText.yTop - 1;
    25122512                GpiIntersectClipRectangle(ptxvd->hps,
    2513                                           &rclClip);
     2513                                          &rclClip);    // exclusive
    25142514                // finally, draw text lines in invalid rectangle;
    25152515                // this subfunction is smart enough to redraw only
Note: See TracChangeset for help on using the changeset viewer.