X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fstyle.c;h=1b13e61e7ebbd4fbf77f24c17bf92a9478602e7e;hb=0ce15daa50a3fe259576430e99f3d6324a5716c6;hp=f6093d9a0884c6d3dc5ca8134aaf4326a82506fa;hpb=b4658298daef53fb2ccc3f4fdb48554b17af5b55;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)