From 8a2c433d2042c1389dbc235278d20e70e3b92c0d Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Fri, 6 Sep 2019 11:10:24 +0200 Subject: Add listeners for when shapes used by text are changed. --- src/style.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/style.h') diff --git a/src/style.h b/src/style.h index 9e46fa3ea..3179c781b 100644 --- a/src/style.h +++ b/src/style.h @@ -173,8 +173,8 @@ public: SPIEnum white_space; /** SVG2 Text Wrapping */ - SPIString shape_inside; - SPIString shape_subtract; + SPIShapes shape_inside; + SPIShapes shape_subtract; SPILength shape_padding; SPILength shape_margin; SPILength inline_size; -- cgit v1.2.3