X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fwidgets%2Fsp-color-scales.h;h=efb557f9bc91da090b4288a6eed0bff2345f0040;hb=9edfc75079a4cdb2b79ee0626b18a2757ab7987e;hp=e7d94ab3749aee447ab2a2dc5a01f48fa08a5a9e;hpb=c87d0307348fcfdc65b6b4ab6999a3cb0de2431f;p=inkscape.git diff --git a/src/widgets/sp-color-scales.h b/src/widgets/sp-color-scales.h index e7d94ab37..efb557f9b 100644 --- a/src/widgets/sp-color-scales.h +++ b/src/widgets/sp-color-scales.h @@ -53,14 +53,14 @@ protected: void _getCmykaFloatv(gfloat *cmyka); guint32 _getRgba32(); void _updateSliders(guint channels); - void _recalcColor(bool changing); + void _recalcColor(gboolean changing); void _setRangeLimit( gdouble upper ); SPColorScalesMode _mode; gdouble _rangeLimit; - bool _updating : 1; - bool _dragging : 1; + gboolean _updating : 1; + gboolean _dragging : 1; GtkAdjustment *_a[5]; /* Channel adjustments */ GtkWidget *_s[5]; /* Channel sliders */ GtkWidget *_b[5]; /* Spinbuttons */