app: undo some of the previous refactorings and keep using GdkSegment
It's not going to be deprecated, so there is no harm in using it; get rid of all the added _old() functions too.
This commit is contained in:
@ -51,7 +51,7 @@ void gimp_display_shell_draw_sample_points (GimpDisplayShell *shell,
|
||||
void gimp_display_shell_draw_layer_boundary (GimpDisplayShell *shell,
|
||||
cairo_t *cr,
|
||||
GimpDrawable *drawable,
|
||||
BoundSeg *segs,
|
||||
GdkSegment *segs,
|
||||
gint n_segs);
|
||||
void gimp_display_shell_draw_vector (GimpDisplayShell *shell,
|
||||
GimpVectors *vectors);
|
||||
|
Reference in New Issue
Block a user