diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2012-09-18 23:45:15 +0200 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2012-09-18 23:45:15 +0200 |
| commit | 08b4b4e14bbf85bc1a3cb9adbeed5e6ea6604b28 (patch) | |
| tree | f10eabde1a155054149654e176886d3677ec0486 /plugins/unityshell/src | |
| parent | 71d8e7faaf4d5dbebff2cb8b4b01e2db504ea1a6 (diff) | |
UnityWindow: implements sigc::trackable
(bzr r2713.1.1)
Diffstat (limited to 'plugins/unityshell/src')
| -rw-r--r-- | plugins/unityshell/src/unityshell.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/unityshell/src/unityshell.h b/plugins/unityshell/src/unityshell.h index 5eb16559e..1d880ab53 100644 --- a/plugins/unityshell/src/unityshell.h +++ b/plugins/unityshell/src/unityshell.h @@ -344,7 +344,8 @@ class UnityWindow : public compiz::WindowInputRemoverLockAcquireInterface, public WrapableHandler<ScaleWindowInterface, 4>, public BaseSwitchWindow, - public PluginClassHandler <UnityWindow, CompWindow> + public PluginClassHandler <UnityWindow, CompWindow>, + public sigc::trackable { public: UnityWindow(CompWindow*); |
