diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2012-11-01 18:24:00 +0100 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2012-11-01 18:24:00 +0100 |
| commit | db5a7ce0d66ea69581e60fd5f008e85ff9e60be6 (patch) | |
| tree | 580aef4bf191a4eb12aa872ca592dec389d627db /plugins | |
| parent | 65769c67f32f1eb0e6e9d1025238d21282a9529f (diff) | |
LayoutSystem: even more code cleanup
(bzr r2846.1.34)
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/unityshell/src/unityshell.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/unityshell/src/unityshell.cpp b/plugins/unityshell/src/unityshell.cpp index 740baea2c..6c04ec50b 100644 --- a/plugins/unityshell/src/unityshell.cpp +++ b/plugins/unityshell/src/unityshell.cpp @@ -77,7 +77,7 @@ using namespace launcher; using launcher::AbstractLauncherIcon; using launcher::Launcher; using ui::LayoutWindow; -using ui::LayoutWindowList; +using ui::LayoutWindow::List; using util::Timer; DECLARE_LOGGER(logger, "unity.shell.compiz"); @@ -800,7 +800,7 @@ void UnityScreen::paintDisplay() if (switcher_controller_->Visible()) { - LayoutWindowList const& targets = switcher_controller_->ExternalRenderTargets(); + LayoutWindow::List const& targets = switcher_controller_->ExternalRenderTargets(); for (LayoutWindow::Ptr const& target : targets) { |
