]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/haikufns.c (Fx_show_tip): Sync after making window visible.
authorPo Lu <luangruo@yahoo.com>
Mon, 17 Jan 2022 05:06:31 +0000 (05:06 +0000)
committerPo Lu <luangruo@yahoo.com>
Mon, 17 Jan 2022 05:06:31 +0000 (05:06 +0000)
src/haikufns.c

index 2edf883b9cbc279309e6f0e51e261995083b3f73..c294f4e862cf6fb176ccfd4b808854f248c75dc5 100644 (file)
@@ -2005,7 +2005,7 @@ DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0,
                         FRAME_OUTPUT_DATA (XFRAME (frame))->current_cursor);
   SET_FRAME_VISIBLE (tip_f, 1);
   BWindow_set_visible (FRAME_HAIKU_WINDOW (tip_f), 1);
-
+  BWindow_sync (FRAME_HAIKU_WINDOW (tip_f));
   w->must_be_updated_p = true;
   flush_frame (tip_f);
   update_single_window (w);