summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/spray-tool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tools/spray-tool.h')
-rw-r--r--src/ui/tools/spray-tool.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/tools/spray-tool.h b/src/ui/tools/spray-tool.h
index e7362fd50..1a8f98006 100644
--- a/src/ui/tools/spray-tool.h
+++ b/src/ui/tools/spray-tool.h
@@ -61,10 +61,10 @@ public:
gdouble pressure;
/* attributes */
- guint dragging : 1; /* mouse state: mouse is dragging */
- guint usepressure : 1;
- guint usetilt : 1;
- bool usetext ;
+ bool dragging; /* mouse state: mouse is dragging */
+ bool usepressure;
+ bool usetilt;
+ bool usetext;
double width;
double ratio;