diff options
| -rw-r--r-- | unity-shared/StandaloneWindowManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unity-shared/StandaloneWindowManager.cpp b/unity-shared/StandaloneWindowManager.cpp index d625e8328..2877be049 100644 --- a/unity-shared/StandaloneWindowManager.cpp +++ b/unity-shared/StandaloneWindowManager.cpp @@ -109,7 +109,7 @@ std::vector<Window> StandaloneWindowManager::GetWindowsInStackingOrder() const { std::vector<Window> ret; for (auto const& window : standalone_windows_) - ret.push_back(window->id()); + ret.push_back(window->Xid()); return ret; } |
