~mir-team/qtmir/mir-0.16-rebuild

« back to all changes in this revision

Viewing changes to src/modules/Unity/Application/mirsurfaceitem.h

  • Committer: Daniel d'Andrada
  • Date: 2015-05-21 18:48:59 UTC
  • mto: This revision was merged to the branch mainline in revision 340.
  • Revision ID: daniel.dandrada@canonical.com-20150521184859-362pnj4q1osoe63r
One include_directories(${APPLICATION_API_INCLUDE_DIRS}) to rule them all

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
#include "session_interface.h"
35
35
 
36
 
namespace mir { namespace shell { class Shell; }}
37
 
 
38
36
class SurfaceObserver;
39
 
using MirShell = mir::shell::Shell;
 
37
class MirShell;
40
38
 
41
39
namespace qtmir {
42
40