]> git.eshelyaron.com Git - emacs.git/commit
Prevent introducing invalid scroll bar width/height values (Bug#34569)
authorMartin Rudalics <rudalics@gmx.at>
Mon, 4 Mar 2019 09:28:56 +0000 (10:28 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Mon, 4 Mar 2019 09:28:56 +0000 (10:28 +0100)
commitad25316bde7fece9745557f846170718837ee6da
tree6c3751932be93d549de3777fc2dcc08356011ff6
parenta810a75aa2d0cd5f43ec4b733fdcafabbfe8c5c3
Prevent introducing invalid scroll bar width/height values (Bug#34569)

* src/frame.c (store_frame_param): Don't store invalid values
for scroll_bar_width/height.
(x_report_frame_params): Don't report invalid values for
scroll_bar_width/height.
(x_set_scroll_bar_width, x_set_scroll_bar_height): Don't set
invalid values for scroll_bar_width/height.
src/frame.c