]> gitweb.michael.orlitzky.com - libsvgtiny.git/commit
examples/svgtiny_display_x11.c: handle svgtiny_LIBCSS_ERROR
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 15 Nov 2023 17:32:06 +0000 (12:32 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 9 Jun 2025 01:13:06 +0000 (21:13 -0400)
commit9ddce6b68c0a2e482bac375ed8af9774977bf5a1
tree1ca84d3d2616300612e9610ff282e7ca1601b340
parent907ebfe03b05cd86aef2ed0c311176cd97c780c9
examples/svgtiny_display_x11.c: handle svgtiny_LIBCSS_ERROR

This example program has a switch statement to handle errors, with one
case for each svgtiny_code. Now that svgtiny_LIBCSS_ERROR belongs to
that enum, we add it to the list of cases.
examples/svgtiny_display_x11.c