tag: move into objects
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
86127a9f49
commit
104e28778b
|
@ -57,7 +57,7 @@ set(AWE_SRCS
|
|||
${SOURCE_DIR}/selection.c
|
||||
${SOURCE_DIR}/wibox.c
|
||||
${SOURCE_DIR}/systray.c
|
||||
${SOURCE_DIR}/tag.c
|
||||
${SOURCE_DIR}/objects/tag.c
|
||||
${SOURCE_DIR}/titlebar.c
|
||||
${SOURCE_DIR}/widget.c
|
||||
${SOURCE_DIR}/window.c
|
||||
|
|
|
@ -20,7 +20,8 @@
|
|||
*/
|
||||
|
||||
#include "banning.h"
|
||||
#include "client.h"
|
||||
#include "objects/tag.h"
|
||||
#include "window.h"
|
||||
#include "titlebar.h"
|
||||
#include "screen.h"
|
||||
|
||||
|
|
2
client.c
2
client.c
|
@ -22,7 +22,7 @@
|
|||
#include <xcb/xcb_atom.h>
|
||||
#include <xcb/xcb_image.h>
|
||||
|
||||
#include "tag.h"
|
||||
#include "objects/tag.h"
|
||||
#include "ewmh.h"
|
||||
#include "screen.h"
|
||||
#include "titlebar.h"
|
||||
|
|
2
event.c
2
event.c
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include "awesome.h"
|
||||
#include "event.h"
|
||||
#include "tag.h"
|
||||
#include "objects/tag.h"
|
||||
#include "window.h"
|
||||
#include "ewmh.h"
|
||||
#include "client.h"
|
||||
|
|
2
ewmh.c
2
ewmh.c
|
@ -26,7 +26,7 @@
|
|||
#include <xcb/xcb_atom.h>
|
||||
|
||||
#include "ewmh.h"
|
||||
#include "tag.h"
|
||||
#include "objects/tag.h"
|
||||
#include "screen.h"
|
||||
#include "client.h"
|
||||
#include "widget.h"
|
||||
|
|
2
luaa.c
2
luaa.c
|
@ -36,7 +36,7 @@
|
|||
#include "ewmh.h"
|
||||
#include "luaa.h"
|
||||
#include "spawn.h"
|
||||
#include "tag.h"
|
||||
#include "objects/tag.h"
|
||||
#include "client.h"
|
||||
#include "screen.h"
|
||||
#include "event.h"
|
||||
|
|
Loading…
Reference in New Issue