From: Yuuki Harano Date: Sat, 11 Apr 2020 14:36:08 +0000 (+0900) Subject: restore frame_rehighlight_hook. X-Git-Tag: emacs-29.0.90~3810 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=984f9cc7e5393ae8b34358eab6f7443830e2fd8f;p=emacs.git restore frame_rehighlight_hook. * src/frame.c (gui_set_border_width): --- diff --git a/src/frame.c b/src/frame.c index 82735491d08..191b0268c5f 100644 --- a/src/frame.c +++ b/src/frame.c @@ -4649,6 +4649,11 @@ gui_set_border_width (struct frame *f, Lisp_Object arg, Lisp_Object oldval) #endif f->border_width = border_width; + +#ifdef HAVE_PGTK + if (FRAME_TERMINAL (f)->frame_rehighlight_hook) + (*FRAME_TERMINAL (f)->frame_rehighlight_hook) (f); +#endif } void