]> git.eshelyaron.com Git - emacs.git/commitdiff
restore frame_rehighlight_hook.
authorYuuki Harano <masm+github@masm11.me>
Sat, 11 Apr 2020 14:36:08 +0000 (23:36 +0900)
committerJeff Walsh <jeff.walsh@drtusers-MacBook-Pro.local>
Tue, 24 Nov 2020 01:24:39 +0000 (12:24 +1100)
* src/frame.c (gui_set_border_width):

src/frame.c

index 82735491d08791a4642335292a58ac41b6185e1f..191b0268c5f705a7f5fd816fb5038053ba0821d3 100644 (file)
@@ -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