gegl r2446 - in trunk: . gegl
- From: martinn svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2446 - in trunk: . gegl
- Date: Sat, 14 Jun 2008 13:52:02 +0000 (UTC)
Author: martinn
Date: Sat Jun 14 13:52:02 2008
New Revision: 2446
URL: http://svn.gnome.org/viewvc/gegl?rev=2446&view=rev
Log:
2008-06-14 Martin Nordholts <martinn svn gnome org>
* gegl/gegl-config.c (gegl_config_init): Formating.
Modified:
trunk/ChangeLog
trunk/gegl/gegl-config.c
Modified: trunk/gegl/gegl-config.c
==============================================================================
--- trunk/gegl/gegl-config.c (original)
+++ trunk/gegl/gegl-config.c Sat Jun 14 13:52:02 2008
@@ -192,10 +192,10 @@
static void
gegl_config_init (GeglConfig *self)
{
- self->swap = NULL;
- self->quality = 1.0;
- self->cache_size = 256*1024*1024;
- self->chunk_size = 256*256;
- self->tile_width = 128;
+ self->swap = NULL;
+ self->quality = 1.0;
+ self->cache_size = 256 * 1024 * 1024;
+ self->chunk_size = 256 * 256;
+ self->tile_width = 128;
self->tile_height = 64;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]