~3v1n0/unity/overlay-border-scale

« back to all changes in this revision

Viewing changes to launcher/SwitcherController.cpp

  • Committer: Gord Allott
  • Date: 2012-05-07 19:52:54 UTC
  • mto: This revision was merged to the branch mainline in revision 2352.
  • Revision ID: gord.allott@canonical.com-20120507195254-q2go5tzx4eul5n2n
launcher and switcher added

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include <Nux/Nux.h>
22
22
#include <Nux/HLayout.h>
23
23
 
24
 
#include "UBusMessages.h"
25
 
#include "WindowManager.h"
 
24
#include "unity-shared/UBusMessages.h"
 
25
#include "unity-shared/WindowManager.h"
26
26
 
27
27
#include "SwitcherController.h"
28
28