remove some xchar vestiges

This commit is contained in:
nhmall
2025-01-14 12:13:39 -05:00
parent b2f4b687c1
commit d2aff9a9b2
8 changed files with 13 additions and 16 deletions

View File

@@ -83,7 +83,7 @@ extern void Gem_cliparound(int, int);
#ifdef POSITIONBAR
extern void Gem_update_positionbar(char *);
#endif
extern void Gem_print_glyph(winid, xchar, xchar, const glyph_info *,
extern void Gem_print_glyph(winid, coordxy, coordxy, const glyph_info *,
const glyph_info *);
extern void Gem_raw_print(const char *);
extern void Gem_raw_print_bold(const char *);