place a reminder in glyph_info comment

This commit is contained in:
nhmall
2021-01-05 11:00:07 -05:00
parent a444c765b9
commit 2d1cf9591f

View File

@@ -52,7 +52,11 @@ enum any_types {
ANY_MASK32 /* 32-bit mask (stored as unsigned long) */
};
/* glyph plus additional info */
/* glyph plus additional info
if you add fields or change the ordering, fix up the following:
g_info initialization in display.c
nul_glyphinfo initialization in decl.c
*/
typedef struct gi {
int glyph; /* the display entity */
int color; /* color for window ports not using a tile */