]> git.eshelyaron.com Git - emacs.git/commit
Implement monitor change functions on GNUstep
authorPo Lu <luangruo@yahoo.com>
Mon, 23 May 2022 03:13:45 +0000 (11:13 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 23 May 2022 03:13:45 +0000 (11:13 +0800)
commit5346b67fc27f50abeec3c4f72252a8d9a36f2e6b
tree3d0d97bf14696172990508e3329461ba1df58245
parent20662ecd214fbe2a9f200085b9194a6f7677d447
Implement monitor change functions on GNUstep

* src/nsfns.m (Fns_display_monitor_attributes_list): Fix coding
style.
* src/nsterm.m (nstrace_leave, nstrace_restore_global_trace_state)
(nstrace_fullscreen_type_name): Fix coding style.
(ns_displays_reconfigured, ns_term_init): Make a record of the
previous display attributes list and avoid storing duplicate
events.
([EmacsApp init]): Listen for
NSApplicationDidChangeScreenParametersNotification.
([EmacsApp updateMonitors:]): New method.
(syms_of_nsterm): New staticpro.
src/nsfns.m
src/nsterm.m