# HG changeset patch # User Richard M. Stallman # Date 787499624 0 # Node ID 3c022e99daab9e79318f9c445f50e1ffd4bbdae8 # Parent 5fc240a3e4a05905be6f82768f607a4e2b52bfa8 (struct x_display): New field explicit_parent. diff -r 5fc240a3e4a0 -r 3c022e99daab src/xterm.h --- a/src/xterm.h Thu Dec 15 13:49:51 1994 +0000 +++ b/src/xterm.h Thu Dec 15 13:53:44 1994 +0000 @@ -347,7 +347,9 @@ Window icon_desc; /* The X window that is the parent of this X window. - Usually but not always RootWindow. */ + Usually this is a window that was made by the window manager, + but it can be the root window, and it can be explicitly specified + (see the explicit_parent field, below). */ Window parent_desc; #ifdef USE_X_TOOLKIT @@ -439,6 +441,10 @@ /* This is the Emacs structure for the X display this frame is on. */ struct x_display_info *display_info; + + /* Nonzero means our parent is another application's window + and was explicitly specified. */ + char explicit_parent; }; /* Get at the computed faces of an X window frame. */