]> git.eshelyaron.com Git - emacs.git/commit
Add scale factor in display-monitor-attributes-list.
authorYuuki Harano <masm+github@masm11.me>
Sat, 23 Jan 2021 15:47:50 +0000 (00:47 +0900)
committerYuuki Harano <masm+github@masm11.me>
Sat, 23 Jan 2021 15:47:50 +0000 (00:47 +0900)
commite9608601e5d5f45be36a8f833a98230086e628a8
treeb8906520d70bdc75ba6d1b2ebe49eb9f775c464b
parentf7fa39fbda29d80930d6be97a4ad2f2818b590ff
Add scale factor in display-monitor-attributes-list.

* lisp/frame.el (display-monitor-attributes-list): Add the comment.
* src/frame.c (make_monitor_attribute_list): Include the scale factor value.
(syms_of_frame): Declare intern'ed scale-factor.
* src/frame.h (struct MonitorInfo): Add scale_factor member.
* src/pgtkfns.c (Fpgtk_display_monitor_attributes_list): Set the value.
lisp/frame.el
src/frame.c
src/frame.h
src/pgtkfns.c