From 0268d3529c0bec874a00d18731f8249425c8f2d4 Mon Sep 17 00:00:00 2001 From: Cesare Tirabassi Date: Sun, 26 Jul 2009 19:31:53 +0200 Subject: [PATCH] remove imlib_clip_line from lua/imlib2.pkg; the actual code for this (was in rgbadraw.c) has been removed upstream but not the prototype --- lua/imlib2.pkg | 3 --- 1 file changed, 3 deletions(-) diff --git a/lua/imlib2.pkg b/lua/imlib2.pkg index 6331f8b..ffffcbf 100644 --- a/lua/imlib2.pkg +++ b/lua/imlib2.pkg @@ -315,9 +315,6 @@ void imlib_apply_color_modifier_to_rectangle(int x, int y, int width, Imlib_Updates imlib_image_draw_pixel(int x, int y, char make_updates); Imlib_Updates imlib_image_draw_line(int x1, int y1, int x2, int y2, char make_updates); -int imlib_clip_line(int x0, int y0, int x1, int y1, int xmin, int xmax, - int ymin, int ymax, int *clip_x0, int *clip_y0, - int *clip_x1, int *clip_y1); void imlib_image_draw_rectangle(int x, int y, int width, int height); void imlib_image_fill_rectangle(int x, int y, int width, int height); void imlib_image_copy_alpha_to_image(Imlib_Image image_source, int x, -- 1.7.9.5