[gimp/goat-invasion] app: increase the plug-in SHM size so it can hold a float RGBA tile
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/goat-invasion] app: increase the plug-in SHM size so it can hold a float RGBA tile
- Date: Thu, 26 Apr 2012 09:42:43 +0000 (UTC)
commit f42a912c1c61803a9cc09b161f70982440dd0994
Author: Michael Natterer <mitch gimp org>
Date: Thu Apr 26 11:41:56 2012 +0200
app: increase the plug-in SHM size so it can hold a float RGBA tile
app/plug-in/gimppluginshm.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/plug-in/gimppluginshm.c b/app/plug-in/gimppluginshm.c
index f8af440..ca35674 100644
--- a/app/plug-in/gimppluginshm.c
+++ b/app/plug-in/gimppluginshm.c
@@ -68,7 +68,7 @@
#include "gimp-log.h"
-#define TILE_MAP_SIZE (GIMP_PLUG_IN_TILE_WIDTH * GIMP_PLUG_IN_TILE_HEIGHT * 4)
+#define TILE_MAP_SIZE (GIMP_PLUG_IN_TILE_WIDTH * GIMP_PLUG_IN_TILE_HEIGHT * 16)
#define ERRMSG_SHM_DISABLE "Disabling shared memory tile transport"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]