mirror of https://github.com/GNOME/gimp.git
app: increase the plug-in SHM size so it can hold a float RGBA tile
This commit is contained in:
parent
5edf1b1972
commit
58b56ecec6
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue