One liner

svn path=/trunk/; revision=2253
This commit is contained in:
Miguel de Icaza
2000-03-30 01:42:04 +00:00
parent a02608b078
commit bd040ea142
2 changed files with 2 additions and 2 deletions

View File

@ -706,7 +706,7 @@ is_pointer_on_division (ETableHeaderItem *ethi, int pos, int *the_total, int *re
return FALSE;
}
#define convert (c,sx,sy,x,y) gnome_canvas_w2c (c,sx,sy,x,y)
#define convert(c,sx,sy,x,y) gnome_canvas_w2c (c,sx,sy,x,y)
static void
set_cursor (ETableHeaderItem *ethi, int pos)

View File

@ -706,7 +706,7 @@ is_pointer_on_division (ETableHeaderItem *ethi, int pos, int *the_total, int *re
return FALSE;
}
#define convert (c,sx,sy,x,y) gnome_canvas_w2c (c,sx,sy,x,y)
#define convert(c,sx,sy,x,y) gnome_canvas_w2c (c,sx,sy,x,y)
static void
set_cursor (ETableHeaderItem *ethi, int pos)