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:
Michael Natterer
2010-08-25 21:21:16 +02:00
parent d73f088408
commit cd192adf09
6 changed files with 15 additions and 125 deletions

View File

@ -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);