]> gitweb.michael.orlitzky.com - libsvgtiny.git/commit
src/svgtiny_css.c: add user handler function
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 17 Oct 2023 15:35:13 +0000 (11:35 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 20 Nov 2023 16:42:58 +0000 (11:42 -0500)
commitaa4b2d7b7b628407f6361c6b5c5a4ad2b0176877
tree2bd85892d5a5457288161a8ca4c713fe8b7371e6
parentb90df4ac34f3873c235392568f6b35ec8d56e78f
src/svgtiny_css.c: add user handler function

This function needs to be passed to dom_node_set_user_data() in
set_libcss_node_data(), but we couldn't implement it before our
css_select_handler was defined, because it passes the address of
that select handler to css_libcss_node_data_handler().
src/svgtiny_css.c