From fea48a4065e26e4597d4d7ecc1725308ccfc4951 Mon Sep 17 00:00:00 2001 From: Gord Allott Date: Thu, 27 May 2010 12:35:30 +0100 Subject: re-enables expose mode for applications (bzr r287.1.3) --- unity-private/testing/test-window.vala | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'unity-private/testing') diff --git a/unity-private/testing/test-window.vala b/unity-private/testing/test-window.vala index dc1bc0e25..491f11d4b 100644 --- a/unity-private/testing/test-window.vala +++ b/unity-private/testing/test-window.vala @@ -358,6 +358,16 @@ namespace Unity.Testing } } + public void expose_xids (Array xids) + { + //null op in popup + } + + public void stop_expose () + { + //null op in popup + } + public void show_window (uint32 xid) { Wnck.Window window = Wnck.Window.get (xid); -- cgit v1.2.3