1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-12 02:59:08 +00:00

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

This commit is contained in:
Cesare Tirabassi 2009-07-26 19:31:53 +02:00
parent ffe5d5f104
commit 0268d3529c

View File

@ -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,