Add and ignore angle in fcn for text out

This commit is contained in:
h_vogt 2017-10-04 15:32:12 +02:00 committed by Holger Vogt
parent 8d2fe137e2
commit 49af98a425
1 changed files with 2 additions and 0 deletions

View File

@ -1633,6 +1633,8 @@ sp_Tk_Arc(int x0, int y0, int radius, double theta, double delta_theta)
int
sp_Tk_Text(char *text, int x, int y, int angle)
{
NG_IGNORE(angle);
char buf[1024];
NG_IGNORE(angle);
sprintf(buf, "spice_gr_Text \"%s\" %i %i", text, x, y);