~robert-ancell/lightdm/wayland

« back to all changes in this revision

Viewing changes to tests/src/test-runner.c

  • Committer: Robert Ancell
  • Date: 2015-05-14 04:12:06 UTC
  • Revision ID: robert.ancell@canonical.com-20150514041206-jbakjlcbw5ppspjk
Use new Xmir binary when running X under Unity System Compositor

Show diffs side-by-side

added added

removed removed

Lines of Context:
966
966
    else if (g_str_has_prefix (name, "SESSION-") ||
967
967
             g_str_has_prefix (name, "GREETER-") ||
968
968
             g_str_has_prefix (name, "XSERVER-") ||
 
969
             g_str_has_prefix (name, "XMIR-") ||
969
970
             g_str_has_prefix (name, "XVNC-") ||
970
971
             strcmp (name, "UNITY-SYSTEM-COMPOSITOR") == 0)
971
972
    {