summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-01-31 00:03:38 +0000
committerVincent Sanders <vince@kyllikki.org>2018-01-31 00:03:38 +0000
commit1ca90f384d4f2311cbf0abd44d8e4e5b7a4abb37 (patch)
tree35a931f40ed6ca1a1e2420ab1f63230f05349ca1 /include
parent6b16f2446bb381be3de54d9edfe9088a8363df70 (diff)
downloadlibnspdf-1ca90f384d4f2311cbf0abd44d8e4e5b7a4abb37.tar.gz
libnspdf-1ca90f384d4f2311cbf0abd44d8e4e5b7a4abb37.tar.bz2
start actual page rendering
Diffstat (limited to 'include')
-rw-r--r--include/nspdf/page.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nspdf/page.h b/include/nspdf/page.h
index f8c280e..9402a9e 100644
--- a/include/nspdf/page.h
+++ b/include/nspdf/page.h
@@ -35,7 +35,7 @@ enum nspdf_style_operation {
*/
typedef struct nspdf_style {
enum nspdf_style_operation stroke_type; /**< Stroke plot type */
- int stroke_width; /**< Width of stroke, in pixels */
+ float stroke_width; /**< Width of stroke, in pixels */
uint32_t stroke_colour; /**< Colour of stroke XBGR */
enum nspdf_style_operation fill_type; /**< Fill plot type */