From: YAMAMOTO Mitsuharu Date: Sun, 30 Jun 2019 06:27:41 +0000 (+0900) Subject: * src/xfns.c (x_create_tip_frame): Support inhibit-double-buffering. X-Git-Tag: emacs-27.0.90~2148 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4a5a74a07ff783242fe2c6c76c28712ffed67a12;p=emacs.git * src/xfns.c (x_create_tip_frame): Support inhibit-double-buffering. --- diff --git a/src/xfns.c b/src/xfns.c index f0e29627d93..b8a1914186c 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -6288,6 +6288,10 @@ x_create_tip_frame (struct x_display_info *dpyinfo, Lisp_Object parms) f->output_data.x->parent_desc = FRAME_DISPLAY_INFO (f)->root_window; + gui_default_parameter (f, parms, Qinhibit_double_buffering, Qnil, + "inhibitDoubleBuffering", "InhibitDoubleBuffering", + RES_TYPE_BOOLEAN); + gui_figure_window_size (f, parms, false, &x_width, &x_height); {