aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/haikufns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/haikufns.c b/src/haikufns.c
index 2edf883b9cb..c294f4e862c 100644
--- a/src/haikufns.c
+++ b/src/haikufns.c
@@ -2005,7 +2005,7 @@ DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0,
2005 FRAME_OUTPUT_DATA (XFRAME (frame))->current_cursor); 2005 FRAME_OUTPUT_DATA (XFRAME (frame))->current_cursor);
2006 SET_FRAME_VISIBLE (tip_f, 1); 2006 SET_FRAME_VISIBLE (tip_f, 1);
2007 BWindow_set_visible (FRAME_HAIKU_WINDOW (tip_f), 1); 2007 BWindow_set_visible (FRAME_HAIKU_WINDOW (tip_f), 1);
2008 2008 BWindow_sync (FRAME_HAIKU_WINDOW (tip_f));
2009 w->must_be_updated_p = true; 2009 w->must_be_updated_p = true;
2010 flush_frame (tip_f); 2010 flush_frame (tip_f);
2011 update_single_window (w); 2011 update_single_window (w);