~ubuntu-branches/ubuntu/trusty/compiz/trusty

« back to all changes in this revision

Viewing changes to tests/xorg-gtest/src/compiz-xorg-gtest-config.h.in

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2013-08-22 06:58:07 UTC
  • mto: This revision was merged to the branch mainline in revision 3352.
  • Revision ID: package-import@ubuntu.com-20130822065807-17nlzez0d30y09so
Tags: upstream-0.9.10+13.10.20130822
ImportĀ upstreamĀ versionĀ 0.9.10+13.10.20130822

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
{
28
28
    const std::string compizLDLibraryPath ("@COMPIZ_LD_LIBRARY_PATH@");
29
29
    const std::string compizBinaryPath ("@COMPIZ_BINARY@");
30
 
    const std::string compizOverridePluginPath ("@COMPIZ_OVERRIDE_PLUGIN_PATH@");
 
30
    const std::string compizTestOnlyPluginPath ("@COMPIZ_TEST_ONLY_PLUGIN_PATH@");
 
31
    const std::string compizRealPluginPath ("@COMPIZ_REAL_PLUGIN_PATH@");
31
32
}
32
33
 
33
34
#endif