1
0
Fork 0

remove this legacy cruft that we stopped using years ago

2006-02-11  Elijah Newren  <newren gmail com>

	* src/window.c (enum GnomeWinLayer): remove this legacy cruft that
	we stopped using years ago
This commit is contained in:
Elijah Newren 2006-02-11 23:41:15 +00:00 committed by Elijah Newren
parent 0654163d8a
commit 74510389bc
2 changed files with 5 additions and 11 deletions

View file

@ -1,3 +1,8 @@
2006-02-11 Elijah Newren <newren gmail com>
* src/window.c (enum GnomeWinLayer): remove this legacy cruft that
we stopped using years ago
2006-02-10 Thomas Thurman <thomas thurman org uk>
Avoid a memory leak when checking which workspace(s) a window is

View file

@ -5466,17 +5466,6 @@ update_transient_for (MetaWindow *window)
meta_stack_update_transient (window->screen->stack, window);
}
/* some legacy cruft */
typedef enum
{
WIN_LAYER_DESKTOP = 0,
WIN_LAYER_BELOW = 2,
WIN_LAYER_NORMAL = 4,
WIN_LAYER_ONTOP = 6,
WIN_LAYER_DOCK = 8,
WIN_LAYER_ABOVE_DOCK = 10
} GnomeWinLayer;
static void
update_net_wm_type (MetaWindow *window)
{