Changeset 3035

Show
Ignore:
Timestamp:
03/04/03 21:31:12 (6 years ago)
Author:
miyoshi
Message:

(MW32_set_vertical_scroll_bar): Clear under the space
reserved for scroll bars on the frame. These codes were imported
from Emacs-21.2.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • work/cvs2svn/src/ChangeLog.Meadow

    r3034 r3035  
     12003-03-04  MIYOSHI Masanori  <miyoshi@boreas.dti.ne.jp> 
     2 
     3        * mw32term.c (MW32_set_vertical_scroll_bar): Clear under the space 
     4        reserved for scroll bars on the frame. These codes were imported 
     5        from Emacs-21.2. 
     6 
    172003-03-02  MIYASHITA Hisashi  <himi@meadowy.org> 
    28 
  • work/cvs2svn/src/mw32term.c

    r3031 r3035  
    76737673    } 
    76747674 
     7675  /* Since toolkit scroll bars are smaller than the space reserved 
     7676     for them on the frame, we have to clear "under" them.  */ 
     7677  if (width > 0 && height > 0) 
     7678    mw32_clear_area (f, left, top, left + width, top + height); 
     7679 
    76757680  /* Set the scroll bar's current state, unless we're currently being 
    76767681     dragged.  */