summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-30 21:21:09 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-30 21:21:09 +0100
commitaa53519bcd5b716306e0fb0ec2a89d953128bc85 (patch)
tree88790461b1d86d2e741d406ad72f73c8d3be985e /desktop
parent667605869fba31c48e61736f89efe4126d27db0c (diff)
downloadnetsurf-aa53519bcd5b716306e0fb0ec2a89d953128bc85.tar.gz
netsurf-aa53519bcd5b716306e0fb0ec2a89d953128bc85.tar.bz2
fix missing includes from header API changes
Diffstat (limited to 'desktop')
-rw-r--r--desktop/plot_style.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/plot_style.h b/desktop/plot_style.h
index af54e79cb..347c6e836 100644
--- a/desktop/plot_style.h
+++ b/desktop/plot_style.h
@@ -113,7 +113,7 @@ typedef enum {
/**
* Plot style for stroke/fill plotters
*/
-typedef struct {
+typedef struct plot_style_s {
plot_operation_type_t stroke_type; /**< Stroke plot type */
int stroke_width; /**< Width of stroke, in pixels */
colour stroke_colour; /**< Colour of stroke */