X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ftgfx.h;h=bab37dff037670f7a585a4ee8030f73d986b9d26;hb=8b4d2adf48213f2bf74ca1a423b1ac3dc8066f95;hp=e26b7a0b2aa15b3d732dae28d4cc431c93dc9ecf;hpb=6120587cce15206faa7a38207961a89110de3bcd;p=oftp diff --git a/src/tgfx.h b/src/tgfx.h index e26b7a0..bab37df 100644 --- a/src/tgfx.h +++ b/src/tgfx.h @@ -14,6 +14,12 @@ enum { TGFX_WHITE }; +/* graphics characters */ +enum { + TGFX_LARROW = 256, + TGFX_RARROW +}; + enum { TGFX_FRAME = 1, TGFX_SHADOW = 2 @@ -38,4 +44,6 @@ void tg_vtext(int x, int y, const char *fmt, va_list ap); void tg_rect(const char *label, int x, int y, int xsz, int ysz, unsigned int flags); +int tg_gchar(int gchar); + #endif /* TGFX_H_ */