From c36ca625e6e3e9e98b89d677ddcb3ade24c2ffc5 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Tue, 17 Jun 2014 11:11:47 -0400 Subject: [PATCH] workspace: Adapt to mutter API change --- js/ui/workspace.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/workspace.js b/js/ui/workspace.js index 51b7e84f2..943e30bfe 100644 --- a/js/ui/workspace.js +++ b/js/ui/workspace.js @@ -67,7 +67,7 @@ const WindowCloneLayout = new Lang.Class({ // paradoxically is the smaller rectangle, containing the positions // of the visible frame. The input rect contains everything, // including the invisible border padding. - let inputRect = window.get_input_rect(); + let inputRect = window.get_buffer_rect(); let box = new Clutter.ActorBox();