summaryrefslogtreecommitdiff
path: root/desktop/plot_style.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/plot_style.h')
-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 */