]> gitweb.michael.orlitzky.com - libsvgtiny.git/commit
src/svgtiny_css.c: use our userdata handler in set_libcss_node_data()
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 17 Oct 2023 21:04:07 +0000 (17:04 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 20 Nov 2023 16:42:58 +0000 (11:42 -0500)
commit7dba1bf5be8eb9acd0b064ac3c8f41ae60216f82
treeb81d3802cfb5a52bd374659a6f311b719f922dee
parentaa4b2d7b7b628407f6361c6b5c5a4ad2b0176877
src/svgtiny_css.c: use our userdata handler in set_libcss_node_data()

This was a missing part of the implementation that had to wait until
our css_select_handler vtable was defined.
src/svgtiny_css.c