Rename GuiDrawSpiralSegment to GuiSetSpiralSegmentColor
This commit is contained in:
committed by
Stéphane Lesimple
parent
956131c3f3
commit
bb6c9222fb
@@ -164,7 +164,7 @@ void GuiDrawSpiral(Spiral *spiral)
|
||||
* Draw just one segment of the spiral
|
||||
*/
|
||||
|
||||
void GuiDrawSpiralSegment(Spiral *spiral, GdkColor *color, GdkColor *outline, int segment)
|
||||
void GuiSetSpiralSegmentColor(Spiral *spiral, GdkColor *color, GdkColor *outline, int segment)
|
||||
{
|
||||
if(segment<0 || segment>=spiral->segmentClipping)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user