add gfx2mem.c/.h: GFX2_malloc() to log allocation failures

This commit is contained in:
Thomas Bernard
2019-05-04 17:19:56 +02:00
parent 91e028794a
commit 0c2ee6659a
3 changed files with 63 additions and 1 deletions

View File

@@ -799,7 +799,7 @@ OBJS = main.o init.o graph.o $(APIOBJ) misc.o special.o \
fileformats.o miscfileformats.o libraw2crtc.o \
brush_ops.o buttons_effects.o layers.o \
oldies.o tiles.o colorred.o unicode.o gfx2surface.o \
gfx2log.o tifformat.o
gfx2log.o gfx2mem.o tifformat.o
ifndef NORECOIL
OBJS += loadrecoil.o recoil.o
endif