diff options
author | Havoc Pennington <hp@pobox.com> | 2001-09-16 21:50:27 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-09-16 21:50:27 +0000 |
commit | 7be4c63ee459feb21f22d85b2ccff5d882983cae (patch) | |
tree | b4e95ffb2fbe35f496d0ab4cec70f186c12272f3 /src/stack.c | |
parent | b09a781a802b48e94ca69e7812a764f552000272 (diff) | |
download | metacity-7be4c63ee459feb21f22d85b2ccff5d882983cae.tar.gz metacity-7be4c63ee459feb21f22d85b2ccff5d882983cae.tar.bz2 |
new function
2001-09-16 Havoc Pennington <hp@pobox.com>
* src/window.c (meta_window_lower): new function
* configure.in: bump version to 2.3.8
* src/display.c (event_callback): raise dock on enter notify,
lower it on leave notify (need to refine this behavior)
* src/stack.c (compute_layer): experiment with putting the panel
in the normal layer, and raising it on mouseover
Diffstat (limited to 'src/stack.c')
-rw-r--r-- | src/stack.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stack.c b/src/stack.c index d030cf2..65af5e2 100644 --- a/src/stack.c +++ b/src/stack.c @@ -259,7 +259,8 @@ compute_layer (MetaWindow *window) break; case META_WINDOW_DOCK: - window->layer = META_LAYER_DOCK; + /* still experimenting here */ + window->layer = META_LAYER_NORMAL; break; case META_WINDOW_FULLSCREEN: |