A child should have the same layer as its parent.

todo--


SVN revision: 16913
This commit is contained in:
sebastid 2005-09-24 11:45:09 +00:00 committed by sebastid
parent f2c5949ebb
commit 01c8cb23ce
2 changed files with 1 additions and 3 deletions

3
TODO
View File

@ -28,9 +28,6 @@ Some of the things (in very short form) that need to be done to E17...
ESSENTIAL FEATURES
-------------------------------------------------------------------------------
* if a parent window is "on top" child dialog windows should also be "on top"
* transients should have option to always follow parent
(move/resize/raise/lower) (and remember this).
* emit signal to submenu entries if they have a submenu shown for them or not
* add fullscreen support (e16 xvidmode or xrandr style)
* implement thees maximise/fullscreen modes:

View File

@ -4807,6 +4807,7 @@ _e_border_eval(E_Border *bd)
{
bd_parent->transients = evas_list_append(bd_parent->transients, bd);
bd->parent = bd_parent;
e_border_layer_set(bd, bd->parent->layer);
if ((e_config->modal_windows) && (bd->client.netwm.state.modal))
bd->parent->modal = bd;
}