[gimp] app: increase the tile size for plug-ins to 128x128
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: increase the tile size for plug-ins to 128x128
- Date: Wed, 2 May 2012 16:21:10 +0000 (UTC)
commit c8481fd19e44fff996bef8188338f829d7282797
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]