From f3263ee47c1ad6cacd359668ef967af9c8d2beb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20Ignacio=20Aramend=C3=ADa?= Date: Tue, 24 Jun 2014 11:54:06 -0300 Subject: Remove "icky" timestamp pinging on finish_minimize --- src/core/window.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/core/window.c b/src/core/window.c index 652c098d..37ea3ff5 100644 --- a/src/core/window.c +++ b/src/core/window.c @@ -1453,21 +1453,8 @@ static void finish_minimize (gpointer data) { MetaWindow *window = data; - /* FIXME: It really sucks to put timestamp pinging here; it'd - * probably make more sense in implement_showing() so that it's at - * least not duplicated in meta_window_show; but since - * finish_minimize is a callback making things just slightly icky, I - * haven't done that yet. - */ - guint32 timestamp = meta_display_get_current_time_roundtrip (window->display); meta_window_hide (window); - if (window->has_focus) - { - meta_workspace_focus_default_window (window->screen->active_workspace, - window, - timestamp); - } } static void -- cgit v1.2.1