~gerboland/qtubuntu/devicePixelRatio

« back to all changes in this revision

Viewing changes to src/ubuntumirclient/nativeinterface.cpp

  • Committer: Gerry Boland
  • Date: 2016-04-11 16:48:24 UTC
  • mfrom: (304.1.9 qtubuntu)
  • Revision ID: gerry.boland@canonical.com-20160411164824-iylqkwplaykfwplb
MergeĀ trunkĀ (untested)

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        insert("eglcontext", UbuntuNativeInterface::EglContext);
35
35
        insert("nativeorientation", UbuntuNativeInterface::NativeOrientation);
36
36
        insert("display", UbuntuNativeInterface::Display);
37
 
        insert("mirConnection", UbuntuNativeInterface::MirConnection);
 
37
        insert("mirconnection", UbuntuNativeInterface::MirConnection);
38
38
    }
39
39
};
40
40