X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=inline;f=libchimara%2Fstyle.c;h=1b13e61e7ebbd4fbf77f24c17bf92a9478602e7e;hb=4a1188d59e0c9958df56cf5fb61d04ee8fb1e37c;hp=f6093d9a0884c6d3dc5ca8134aaf4326a82506fa;hpb=e4819b66649d4963a0661cba603c2967b02a6b80;p=rodin%2Fchimara.git diff --git a/libchimara/style.c b/libchimara/style.c index f6093d9..1b13e61 100644 --- a/libchimara/style.c +++ b/libchimara/style.c @@ -33,6 +33,20 @@ glk_set_style(glui32 styl) glk_set_style_stream(glk_data->current_stream, styl); } +static const gchar* TAG_NAMES[] = { + "normal", + "emphasized", + "preformatted", + "header", + "subheader", + "alert", + "note", + "block-quote", + "input", + "user1", + "user2" +}; + /* Internal function: mapping from style enum to tag name */ static gchar* get_tag_name(glui32 style)