app: fix incomplete earlier s/GtkAnchorType/GimpHandleAnchor/ change

This commit is contained in:
Michael Natterer
2010-10-18 20:13:09 +02:00
parent 479082075b
commit 22db39afd2
15 changed files with 104 additions and 104 deletions

View File

@ -246,13 +246,13 @@ gimp_canvas_handle_get_property (GObject *object,
}
static inline void
gimp_canvas_handle_shift_to_north_west (GtkAnchorType anchor,
gdouble x,
gdouble y,
gint handle_width,
gint handle_height,
gdouble *shifted_x,
gdouble *shifted_y)
gimp_canvas_handle_shift_to_north_west (GimpHandleAnchor anchor,
gdouble x,
gdouble y,
gint handle_width,
gint handle_height,
gdouble *shifted_x,
gdouble *shifted_y)
{
switch (anchor)
{
@ -308,13 +308,13 @@ gimp_canvas_handle_shift_to_north_west (GtkAnchorType anchor,
}
static inline void
gimp_canvas_handle_shift_to_center (GtkAnchorType anchor,
gdouble x,
gdouble y,
gint width,
gint height,
gdouble *shifted_x,
gdouble *shifted_y)
gimp_canvas_handle_shift_to_center (GimpHandleAnchor anchor,
gdouble x,
gdouble y,
gint width,
gint height,
gdouble *shifted_x,
gdouble *shifted_y)
{
switch (anchor)
{