lite-xl/src
Francesco Abbate b33167ca4b Revert "Remove unused data field in RenFont"
This reverts commit 461266e97d.

Related to github issue #122.

The void *data field is not used but the glyphset index can
someting be equal to -1 and the unused field prevent faulty
writes before the allocated struct.
2021-03-20 21:48:04 +01:00
..
api Fix problem with tab size and subpixel positioning 2021-03-18 13:54:33 +01:00
main.c Ensure xrdb code is compiled only on unix 2021-03-17 18:10:47 +01:00
meson.build Implement xrdb reading without popen 2021-03-17 16:58:44 +01:00
rencache.c Fix problem with tab size and subpixel positioning 2021-03-18 13:54:33 +01:00
rencache.h Introduce subpixel text positioning within rencache 2021-03-06 18:12:02 +01:00
renderer.c Revert "Remove unused data field in RenFont" 2021-03-20 21:48:04 +01:00
renderer.h Fix problem with tab size and subpixel positioning 2021-03-18 13:54:33 +01:00
xrdb_parse.c Minor xrdb buffer optimization 2021-03-18 10:06:01 +01:00
xrdb_parse.h Implement xrdb reading without popen 2021-03-17 16:58:44 +01:00