mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
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:
parent
0654163d8a
commit
74510389bc
@ -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
|
||||
|
11
src/window.c
11
src/window.c
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user