~unity-team/qtmir/shell_chrome

« back to all changes in this revision

Viewing changes to src/platforms/mirserver/nativeinterface.cpp

  • Committer: Nick Dedekind
  • Date: 2016-03-10 11:55:28 UTC
  • Revision ID: nick.dedekind@canonical.com-20160310115528-wdionh3b6ivx9r5k
Changed sizeHint to creationHint. Moved chrome property to observer changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
            result = server->sessionListener();
37
37
        else if (resource == "PromptSessionListener")
38
38
            result = server->promptSessionListener();
39
 
        else if (resource == "WindowManager")
40
 
            result = server->windowManager();
41
39
    }
42
40
    return result;
43
41
}