X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsp-rect.h;h=4cf3b24ba07994d03559e3cd5f56251fc72c0284;hb=7cdcd76996e5e33b0ce8bea84fa8dc68024ebdfb;hp=bef99470b8a07e93b727acd0ce5a2b10d70da0d5;hpb=c87d0307348fcfdc65b6b4ab6999a3cb0de2431f;p=inkscape.git diff --git a/src/sp-rect.h b/src/sp-rect.h index bef99470b..4cf3b24ba 100644 --- a/src/sp-rect.h +++ b/src/sp-rect.h @@ -47,8 +47,8 @@ GType sp_rect_get_type (void); void sp_rect_position_set (SPRect * rect, gdouble x, gdouble y, gdouble width, gdouble height); /* If SET if FALSE, VALUE is just ignored */ -void sp_rect_set_rx(SPRect * rect, bool set, gdouble value); -void sp_rect_set_ry(SPRect * rect, bool set, gdouble value); +void sp_rect_set_rx(SPRect * rect, gboolean set, gdouble value); +void sp_rect_set_ry(SPRect * rect, gboolean set, gdouble value); void sp_rect_set_visible_rx (SPRect *rect, gdouble rx); void sp_rect_set_visible_ry (SPRect *rect, gdouble ry);