diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-09-28 00:57:37 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-09-28 00:57:37 +0000 |
commit | ac923ef01bbc7919417540760de8877bb78e6256 (patch) | |
tree | 91f0085dd855418fb7a638cf89ab40fbb95493f6 /src/frame.h | |
parent | 1724edea5cbe1de440115ecf0d173840e492c3b2 (diff) | |
download | emacs-ac923ef01bbc7919417540760de8877bb78e6256.tar.gz |
(scroll_bar_pixel_width, scroll_bar_cols): Update comment.
Diffstat (limited to 'src/frame.h')
-rw-r--r-- | src/frame.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/frame.h b/src/frame.h index 53c0401d43b..f714fc063ce 100644 --- a/src/frame.h +++ b/src/frame.h @@ -241,7 +241,10 @@ struct frame /* Number of elements in the vector that have meaningful data. */ int menu_bar_items_used; - /* Width of the scroll bar, in pixels and in characters. */ + /* Width of the scroll bar, in pixels and in characters. + scroll_bar_cols tracks scroll_bar_pixel_width if the latter is positive; + a zero value in scroll_bar_pixel_width means to compute the actual width + on the fly, using scroll_bar_cols and the current font width. */ int scroll_bar_pixel_width; int scroll_bar_cols; }; |