~brandontschaefer/unity/move-pointer-barrier-to-xi-1.6.99.1

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/PanelTray.h

  • Committer: Neil Jagdish Patel
  • Date: 2011-06-21 12:10:09 UTC
  • mto: This revision was merged to the branch mainline in revision 1244.
  • Revision ID: neil.patel@canonical.com-20110621121009-9873dchryja8chqw
- Rename unity-share to unity-core
- Fix include paths for UnityCore
- Add in all the code that's meant to be shared, update the plugin to look for that code in
  libunity-core
- Tests are disabled again, will fix in next commit
- Update .pc file to reflect new include path

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
#include <gdk/gdkx.h>
26
26
 
27
 
#include "Indicator.h"
28
 
#include "IndicatorEntry.h"
 
27
#include <UnityCore/UnityCore.h>
 
28
 
29
29
#include "Introspectable.h"
30
30
#include "PanelIndicatorObjectView.h"
31
31