[gegl] gegl: restore GeglConfig's default 128x64 tile size



commit 9e6e1b177f0e17610c62ed6cf61bfef281265144
Author: Michael Natterer <mitch gimp org>
Date:   Sat Jun 30 12:57:36 2012 +0200

    gegl: restore GeglConfig's default 128x64 tile size

 gegl/gegl-config.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gegl/gegl-config.c b/gegl/gegl-config.c
index 5cae39d..43a5c7b 100644
--- a/gegl/gegl-config.c
+++ b/gegl/gegl-config.c
@@ -208,7 +208,7 @@ gegl_config_class_init (GeglConfigClass *klass)
                                    g_param_spec_int ("tile-width",
                                                      "Tile width",
                                                      "default tile width for created buffers.",
-                                                     0, G_MAXINT, 64,
+                                                     0, G_MAXINT, 128,
                                                      G_PARAM_READWRITE |
                                                      G_PARAM_CONSTRUCT));
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]