[gimp/goat-invasion: 294/608] app: increase the tile size for plug-ins to 128x128



commit 9ac29cffdf72abfc6a1ef4697b553677a2fc5647
Author: Michael Natterer <mitch gimp org>
Date:   Wed Mar 28 20:17:22 2012 +0200

    app: increase the tile size for plug-ins to 128x128

 app/plug-in/plug-in-types.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/plug-in/plug-in-types.h b/app/plug-in/plug-in-types.h
index 2515238..f455bc8 100644
--- a/app/plug-in/plug-in-types.h
+++ b/app/plug-in/plug-in-types.h
@@ -24,8 +24,8 @@
 #include "plug-in/plug-in-enums.h"
 
 
-#define GIMP_PLUG_IN_TILE_WIDTH  64
-#define GIMP_PLUG_IN_TILE_HEIGHT 64
+#define GIMP_PLUG_IN_TILE_WIDTH  128
+#define GIMP_PLUG_IN_TILE_HEIGHT 128
 
 
 typedef struct _GimpPlugIn           GimpPlugIn;



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