diff options
| author | Marco Trevisan (TreviƱo) <mail@3v1n0.net> | 2016-03-10 10:09:21 +0000 |
|---|---|---|
| committer | CI Train Bot <ci-train-bot@canonical.com> | 2016-03-10 10:09:21 +0000 |
| commit | 7aff5c5e617272b6d0ea210262028db65641b56d (patch) | |
| tree | dc53e96254dd41d9e5a058d9b3703d4db0c96c06 /unity-shared | |
| parent | 5f80ae026ab548701840da293a8f755f79dbd244 (diff) | |
| parent | 1dc7c9ee2b706a85558d9a05243265259a4bae82 (diff) | |
LauncherController: add overlay shortcut to all the WindowedLauncherIcon's we have
This includes device icons now. Approved by: Andrea Azzarone, PS Jenkins bot (bzr r4084)
Diffstat (limited to 'unity-shared')
| -rw-r--r-- | unity-shared/WindowButtons.cpp | 1 | ||||
| -rw-r--r-- | unity-shared/WindowButtons.h | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/unity-shared/WindowButtons.cpp b/unity-shared/WindowButtons.cpp index 6ddbc59ab..af2bf512e 100644 --- a/unity-shared/WindowButtons.cpp +++ b/unity-shared/WindowButtons.cpp @@ -27,6 +27,7 @@ #include "WindowButtonPriv.h" #include "unity-shared/UBusMessages.h" +#include "unity-shared/UnitySettings.h" #include "unity-shared/WindowManager.h" namespace unity diff --git a/unity-shared/WindowButtons.h b/unity-shared/WindowButtons.h index 3680d43e5..db962de0d 100644 --- a/unity-shared/WindowButtons.h +++ b/unity-shared/WindowButtons.h @@ -26,10 +26,11 @@ #include "unity-shared/Introspectable.h" #include "unity-shared/UBusWrapper.h" -#include "unity-shared/UnitySettings.h" namespace unity { +enum class FormFactor; + class WindowButtons : public nux::HLayout, public debug::Introspectable { // These are the [close][minimize][restore] buttons on the panel when there |
