aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c4
1 files changed, 4 insertions, 0 deletions
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)
6288 6288
6289 f->output_data.x->parent_desc = FRAME_DISPLAY_INFO (f)->root_window; 6289 f->output_data.x->parent_desc = FRAME_DISPLAY_INFO (f)->root_window;
6290 6290
6291 gui_default_parameter (f, parms, Qinhibit_double_buffering, Qnil,
6292 "inhibitDoubleBuffering", "InhibitDoubleBuffering",
6293 RES_TYPE_BOOLEAN);
6294
6291 gui_figure_window_size (f, parms, false, &x_width, &x_height); 6295 gui_figure_window_size (f, parms, false, &x_width, &x_height);
6292 6296
6293 { 6297 {