diff options
| -rw-r--r-- | shortcuts/StandaloneShortcuts.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/shortcuts/StandaloneShortcuts.cpp b/shortcuts/StandaloneShortcuts.cpp index b991a58ca..20c395f37 100644 --- a/shortcuts/StandaloneShortcuts.cpp +++ b/shortcuts/StandaloneShortcuts.cpp @@ -27,6 +27,7 @@  #include "BaseWindowRaiserImp.h"  #include "MockShortcutHint.h"  #include "ShortcutController.h" +#include "unity-shared/UnitySettings.h"  using namespace unity; @@ -241,6 +242,7 @@ int main(int argc, char** argv)  gtk_init(&argc, &argv);  nux::NuxInitialize(0); + unity::Settings settings;  BackgroundEffectHelper::blur_type = BLUR_NONE;  nux::WindowThread* wt = nux::CreateGUIThread(TEXT("Unity Shortcut Hint Overlay"), 1200, 720, 0, &ThreadWidgetInit, 0); | 
