author check

This commit is contained in:
Anuj Verma 2020-06-18 10:24:13 +05:30 committed by anujverma
parent 185d07b0cd
commit e408bda4f9
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
2020-06-18 Anuj Verma <anujv@iitbhilai.ac.in> 2020-06-18 Anuj Verma <anujv@iitbhilai.ac.in>
[sdf] Added the structure of a new module to render [sdf] Added the structure of a new module to render
signed distance fields. signed distance fields.
* src/sdf/sdf.c, src/sdf/ftsdfrend.c, src/sdf/ftsdf.c, * src/sdf/sdf.c, src/sdf/ftsdfrend.c, src/sdf/ftsdf.c,
src/sdf/ftsdfrend.h, src/sdf/ftsdf.h, src/sdf/ftsdferrs.h: src/sdf/ftsdfrend.h, src/sdf/ftsdf.h, src/sdf/ftsdferrs.h:
@ -14,10 +14,10 @@
* CMakeLists.txt (`BASE_SRCS'): Add `src/sdf/sdf.c' to the variable. * CMakeLists.txt (`BASE_SRCS'): Add `src/sdf/sdf.c' to the variable.
* include/freetype/config/ftmodule.h: Added `sdf' module * include/freetype/config/ftmodule.h: Added `sdf' module
declaration so that the module can be added when not compiling declaration so that the module can be compiled when not compiling
with GNU make. with GNU make.
* modules.cfg (RASTER_MODULES): Include `sdf' module to the default * modules.cfg (RASTER_MODULES): Include `sdf' module to the default
rasterizer module list. rasterizer module list.
* include/freetype/ftmoderr.h: sdf module error define * include/freetype/ftmoderr.h: sdf module error define