diff options
author | Havoc Pennington <hp@redhat.com> | 2002-09-27 19:42:59 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-09-27 19:42:59 +0000 |
commit | e7e41b045d1dc27bf5cb474651db9418d062d362 (patch) | |
tree | d678dff0add5a6c5e0e9d89e84544af7783cbee2 /src/window.h | |
parent | 47f67eb270c093004a2ae9f1c68a082ffa0bbc91 (diff) | |
download | metacity-e7e41b045d1dc27bf5cb474651db9418d062d362.tar.gz |
keep a flag transient_parent_is_root_window for whether the
2002-09-27 Havoc Pennington <hp@redhat.com>
* src/window.c (update_transient_for): keep a flag
transient_parent_is_root_window for whether the
root-window-as-parent convention was used.
2002-09-25 Arvind Samptur <arvind.samptur@wipro.com>
* src/stack.c (sort_window_list): Keep dialogs without
transient parent above entire app. Fixes #88926
Diffstat (limited to 'src/window.h')
-rw-r--r-- | src/window.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h index dc48bfe4..c4646312 100644 --- a/src/window.h +++ b/src/window.h @@ -204,6 +204,9 @@ struct _MetaWindow guint has_struts : 1; /* Struts are from the _WIN_HINTS do not cover deal */ guint do_not_cover : 1; + + /* Transient parent is a root window */ + guint transient_parent_is_root_window : 1; /* Number of UnmapNotify that are caused by us, if * we get UnmapNotify with none pending then the client |