]> git.eshelyaron.com Git - emacs.git/commit
Refactor update_window_begin and update_window_end hooks
authorAlexander Gramiak <agrambot@gmail.com>
Sat, 27 Apr 2019 21:00:13 +0000 (15:00 -0600)
committerAlexander Gramiak <agrambot@gmail.com>
Fri, 3 May 2019 03:16:43 +0000 (21:16 -0600)
commit9ae94ebdfa80cf3983c254696b5ab998f7296aec
tree364c8c2dad661c4a5c7c735677e0bb0ed8775aec
parentd17ae7f5afb851a26a957bd7d1765aae6d08fe1d
Refactor update_window_begin and update_window_end hooks

Bug#35464.

* src/dispnew.c (gui_update_window_begin, gui_update_window_end): New
procedures implementing common functionality.

* src/nsterm.m: (ns_update_window_begin, ns_update_window_end):
* src/xterm.c: (x_update_window_begin, x_update_window_end): Remove in
favor of only using the new generic versions.

* src/w32term.c: (w32_update_window_begin, w32_update_window_end):
Remove duplicated and unused code.
src/dispextern.h
src/dispnew.c
src/nsterm.m
src/w32term.c
src/xdisp.c
src/xterm.c