>From e28d6f61c75ce2f4ec92516a44af77f15cfcf16a Mon Sep 17 00:00:00 2001 From: Timo Savola Date: Tue, 23 Jan 2007 11:55:35 +0200 Subject: [PATCH] parent-fix Do not override the explicitly set parent window ID of a frame. --- src/xfns.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/xfns.c b/src/xfns.c index d269dfb..104b513 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -3334,8 +3334,6 @@ This function is an internal primitive--use `make-frame' instead. */) x_default_parameter (f, parms, Qfullscreen, Qnil, "fullscreen", "Fullscreen", RES_TYPE_SYMBOL); - f->output_data.x->parent_desc = FRAME_X_DISPLAY_INFO (f)->root_window; - /* Compute the size of the X window. */ window_prompting = x_figure_window_size (f, parms, 1); -- 1.5.2