]> git.eshelyaron.com Git - emacs.git/commit
Fix tool bar size reporting on GTK when the display is scaled
authorPo Lu <luangruo@yahoo.com>
Tue, 25 Jan 2022 06:42:33 +0000 (14:42 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 25 Jan 2022 06:43:12 +0000 (14:43 +0800)
commitb373c8ad71eb3877294451af5eb75819c706785a
treeb9df068be901ccb8cf741e70698a2460b8708b78
parentff63787ea18a27e991052ca04d0de0526ad5ec59
Fix tool bar size reporting on GTK when the display is scaled

* src/gtkutil.c (xg_update_tool_bar_sizes): Multiply sizes to
turn them into device pixels.
src/gtkutil.c