diff options
| author | Gord Allott <gord.allott@canonical.com> | 2010-05-27 12:35:30 +0100 |
|---|---|---|
| committer | Gord Allott <gord.allott@canonical.com> | 2010-05-27 12:35:30 +0100 |
| commit | fea48a4065e26e4597d4d7ecc1725308ccfc4951 (patch) | |
| tree | 15cea8ba7a5e6cb6f313777624d7a0f371a96ef4 /unity-private/testing | |
| parent | b7f6ab2caeee26b2403459df4dbc0545789bb0f6 (diff) | |
re-enables expose mode for applications
(bzr r287.1.3)
Diffstat (limited to 'unity-private/testing')
| -rw-r--r-- | unity-private/testing/test-window.vala | 10 |
1 files changed, 10 insertions, 0 deletions
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<uint32> 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); |
