Code

textual patch from bug 408093
[inkscape.git] / src / widgets / sp-color-scales.h
index e7d94ab3749aee447ab2a2dc5a01f48fa08a5a9e..21a85a08e1708254cead47f6d3facc5cb59e04ce 100644 (file)
@@ -41,7 +41,7 @@ public:
 
 
 protected:
-    virtual void _colorChanged(SPColor const &color, gfloat alpha);
+    virtual void _colorChanged();
 
     static void _adjustmentAnyChanged(GtkAdjustment *adjustment, SPColorScales *cs);
     static void _sliderAnyGrabbed(SPColorSlider *slider, SPColorScales *cs);
@@ -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 */