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
This commit is contained in:
Havoc Pennington
2001-09-16 21:50:27 +00:00
committed by Havoc Pennington
parent b09a781a80
commit 7be4c63ee4
7 changed files with 35 additions and 19 deletions

View File

@@ -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: