> +             case tm_tag_member_t:
> +             case tm_tag_field_t:
> +                     return "classviewer-member";
> +             case tm_tag_typedef_t:
> +             case tm_tag_enum_t:
> +             case tm_tag_union_t:
> +             case tm_tag_struct_t:
> +                     return "classviewer-struct";
> +             case tm_tag_namespace_t:
> +             case tm_tag_package_t:
> +                     return "classviewer-namespace";
> +             default:
> +                     break;
> +     }
> +     return "classviewer-struct";
> +}

FIXME: use the same icons as the symbols tree

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/406/files#r52834419

Reply via email to