image: move into objects
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
d8c0f516ba
commit
4717feb02b
|
@ -60,7 +60,7 @@ set(AWE_SRCS
|
||||||
${SOURCE_DIR}/objects/tag.c
|
${SOURCE_DIR}/objects/tag.c
|
||||||
${SOURCE_DIR}/objects/widget.c
|
${SOURCE_DIR}/objects/widget.c
|
||||||
${SOURCE_DIR}/xwindow.c
|
${SOURCE_DIR}/xwindow.c
|
||||||
${SOURCE_DIR}/image.c
|
${SOURCE_DIR}/objects/image.c
|
||||||
${SOURCE_DIR}/draw.c
|
${SOURCE_DIR}/draw.c
|
||||||
${SOURCE_DIR}/font.c
|
${SOURCE_DIR}/font.c
|
||||||
${SOURCE_DIR}/color.c
|
${SOURCE_DIR}/color.c
|
||||||
|
|
2
draw.h
2
draw.h
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
#include <xcb/xcb.h>
|
#include <xcb/xcb.h>
|
||||||
|
|
||||||
#include "image.h"
|
#include "objects/image.h"
|
||||||
#include "color.h"
|
#include "color.h"
|
||||||
#include "common/array.h"
|
#include "common/array.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue