]> 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, 20 Nov 2023 16:42:58 +0000 (11:42 -0500)
commit996d346ac843319c8c60e1dc9f207cdacc792455
treef670cad7aaa24f4e608edd3853ad99d3efba44ba
parent9d74009dd53f0d4cbb1101c9cffe0fda7f983bf2
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