diff options
| author | YAMAMOTO Mitsuharu | 2019-06-30 15:27:41 +0900 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2019-06-30 15:27:41 +0900 |
| commit | 4a5a74a07ff783242fe2c6c76c28712ffed67a12 (patch) | |
| tree | 104aad8b7dcf0da94021981226278c3f93d9931f /src | |
| parent | 82d6b390b5e11183d5a16776f861d9e73395eeb1 (diff) | |
| download | emacs-4a5a74a07ff783242fe2c6c76c28712ffed67a12.tar.gz emacs-4a5a74a07ff783242fe2c6c76c28712ffed67a12.zip | |
* src/xfns.c (x_create_tip_frame): Support inhibit-double-buffering.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 4 |
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 | { |