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

« back to all changes in this revision

Viewing changes to compizconfig/tests/compizconfig_test_value_combiners.cpp

  • 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:
85
85
        colorValues[1].color.green = maxD2;
86
86
        colorValues[1].color.alpha = maxD8;
87
87
 
88
 
        for (unsigned int i = 0; i < NUM_COLOR_VALUES; i++)
 
88
        for (unsigned int i = 0; i < NUM_COLOR_VALUES; ++i)
89
89
        {
90
90
            CharacterWrapper s (ccsColorToString (&colorValues[i]));
91
91