X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=font.h;fp=font.h;h=34441ca3071f1913169dba9603d3f60d40b4c3f9;hb=494c85703c76c4123c49937a32584840b6be1470;hp=c229aa765ef7030e56ec89774cac76f3f87ae1af;hpb=72c12c4df36ca69a84e3681a11945bab72db7eb0;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/font.h b/font.h index c229aa7..34441ca 100644 --- a/font.h +++ b/font.h @@ -57,11 +57,14 @@ enum efont_SRglyph{ k_SRglyph_kbm_return = 0xa2, k_SRglyph_kbm_escape = 0xa3, k_SRglyph_kbm_mousemove = 0xa4, + +#if 0 k_SRglyph_vg_ret = 0xa5, k_SRglyph_vg_link = 0xa6, k_SRglyph_vg_square = 0xa7, k_SRglyph_vg_triangle = 0xa8, k_SRglyph_vg_circle = 0xa9 +#endif }; typedef struct font3d font3d;