• Alexander Gramiak's avatar
    Refactor update_window_begin and update_window_end hooks · 9ae94ebd
    Alexander Gramiak authored
    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.
    9ae94ebd
dispnew.c 194 KB