~nick-dedekind/unity8/side-stage-redesign-tutorial

« back to all changes in this revision

Viewing changes to tests/mocks/Unity/Application/ApplicationManager.h

  • Committer: Nick Dedekind
  • Date: 2015-12-14 18:06:18 UTC
  • mfrom: (1998.1.101 unity8)
  • Revision ID: nick.dedekind@canonical.com-20151214180618-men18zbauv1r153m
merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    static ApplicationManager *singleton();
44
44
 
45
45
    enum MoreRoles {
46
 
        RoleSession = RoleIsTouchApp+1,
 
46
        RoleSession = RoleExemptFromLifecycle+1,
47
47
        RoleFullscreen,
48
48
    };
49
49