~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to app/composite/gimp-composite-vis-test.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-06 13:30:41 UTC
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: james.westby@ubuntu.com-20081006133041-3panbkcanaymfsmp
Tags: upstream-2.6.0
ImportĀ upstreamĀ versionĀ 2.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
#include "gimp-composite-generic.h"
14
14
#include "gimp-composite-vis.h"
15
15
 
16
 
int
 
16
static int
17
17
gimp_composite_vis_test (int iterations, int n_pixels)
18
18
{
19
19
#if defined(COMPILE_VIS_IS_OKAY)
74
74
 
75
75
  srand (314159);
76
76
 
77
 
  putenv ("GIMP_COMPOSITE=0x1");
 
77
  g_setenv ("GIMP_COMPOSITE", "0x1", TRUE);
78
78
 
79
79
  iterations = 10;
80
80
  n_pixels = 8388625;