~3v1n0/unity/shield-notify-grabs

« back to all changes in this revision

Viewing changes to panel/PanelController.cpp

  • Committer: Tarmac
  • Author(s): Gord Allott
  • Date: 2012-05-08 02:32:33 UTC
  • mfrom: (2350.2.9 unity-relayout)
  • Revision ID: tarmac-20120508023233-4123btyqarvu35q1
re-architectures the physical file structure of unity
now several souce directories inside of unity that each house their own specific files. Fixes: . Approved by Gord Allott, Tim Penhey.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <Nux/BaseWindow.h>
25
25
#include <UnityCore/Variant.h>
26
26
 
27
 
#include "UScreen.h"
 
27
#include "unity-shared/UScreen.h"
28
28
#include "PanelView.h"
29
 
#include "PanelStyle.h"
 
29
#include "unity-shared/PanelStyle.h"
30
30
 
31
31
namespace unity
32
32
{