app: increase the plug-in SHM size so it can hold a float RGBA tile

This commit is contained in:
Michael Natterer 2012-04-26 11:41:56 +02:00
parent 5edf1b1972
commit 58b56ecec6
1 changed files with 1 additions and 1 deletions

View File

@ -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"