summaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/window.c b/src/window.c
index 173eec8f..7b65e95e 100644
--- a/src/window.c
+++ b/src/window.c
@@ -490,7 +490,7 @@ meta_window_new (MetaDisplay *display,
window->top_strut = 0;
window->bottom_strut = 0;
- window->group = NULL;
+ window->cached_group = NULL;
window->using_net_wm_name = FALSE;
window->using_net_wm_icon_name = FALSE;
@@ -692,10 +692,6 @@ meta_window_new (MetaDisplay *display,
}
}
- /* assign the window to its group, or create a new group if needed
- */
- meta_window_compute_group (window);
-
/* Maximize windows if they are too big for their work
* area (bit of a hack here). Assume undecorated windows
* probably don't intend to be maximized.