[mutter/wayland] window-actor: Don't set ourselves as reactive twice
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wayland] window-actor: Don't set ourselves as reactive twice
- Date: Wed, 20 Nov 2013 00:36:12 +0000 (UTC)
commit 1b5ace8256266acdfbac20bbbb18da6f6ec75900
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Tue Nov 19 19:33:13 2013 -0500
window-actor: Don't set ourselves as reactive twice
src/compositor/meta-window-actor.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/compositor/meta-window-actor.c b/src/compositor/meta-window-actor.c
index d68bb0a..8931b5d 100644
--- a/src/compositor/meta-window-actor.c
+++ b/src/compositor/meta-window-actor.c
@@ -410,7 +410,6 @@ meta_window_actor_constructed (GObject *object)
priv->surface = meta_surface_actor_new ();
clutter_actor_add_child (CLUTTER_ACTOR (self), CLUTTER_ACTOR (priv->surface));
- clutter_actor_set_reactive (CLUTTER_ACTOR (self), TRUE);
priv->surface_allocation_changed_id =
g_signal_connect (CLUTTER_ACTOR (priv->surface),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]