Rename files with line etc. drawing functions

Just grouping stuff with similar functionality.
This commit is contained in:
Kim Woelders 2022-03-25 22:02:26 +01:00
parent ff24cd39fc
commit 0fdae6aa73
6 changed files with 4 additions and 5 deletions

View File

@ -19,8 +19,11 @@ color_helpers.c color_helpers.h \
colormod.c colormod.h \
common.h \
debug.c debug.h \
draw_ellipse.c \
draw_line.c \
draw_polygon.c \
draw_rectangle.c \
dynamic_filters.c dynamic_filters.h \
ellipse.c \
file.c file.h \
filter.c filter.h \
font.h \
@ -31,12 +34,9 @@ font_query.c \
grad.c grad.h \
image.c image.h \
image_tags.c \
line.c \
loaders.c loaders.h \
modules.c \
object.c object.h \
polygon.c \
rectangle.c \
rgbadraw.c rgbadraw.h \
rotate.c rotate.h \
scale.c scale.h \

View File

@ -23,7 +23,6 @@
#include "rotate.h"
#include "scale.h"
#include "script.h"
#include "span.h"
#include "updates.h"
#ifdef BUILD_X11
#include "x11_color.h"