[gimp/goat-invasion: 596/608] 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: 596/608] app: increase the plug-in SHM size so it can hold a float RGBA tile
- Date: Fri, 27 Apr 2012 21:15:27 +0000 (UTC)
commit f6d453ed4614c404bdbe0651639b9ea2cd05e3f2
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]