Move the definition of globalconf into a header file
commit95457c5ab78cc9eed23e8c8306d2594c81ede121
authorUli Schlachter <psychon@znc.in>
Fri, 10 Apr 2009 11:28:21 +0000 (10 13:28 +0200)
committerJulien Danjou <julien@danjou.info>
Fri, 10 Apr 2009 14:32:42 +0000 (10 16:32 +0200)
treea9f080274054916700c5bbd28a33ffaa4feaa5d1
parent82329ad78a499fd83274f81a7ec92a32edc1f5ef
Move the definition of globalconf into a header file

Pretty much every single source file needs this struct, so it makes sense to
define it in a common header instead of in every single .c file.

Signed-off-by: Uli Schlachter <psychon@znc.in>
Signed-off-by: Julien Danjou <julien@danjou.info>
31 files changed:
client.c
dbus.c
draw.c
event.c
ewmh.c
hooks.c
image.c
key.c
keygrabber.c
layout.c
luaa.c
mouse.c
mousegrabber.c
property.c
screen.c
selection.c
spawn.c
stack.c
structs.h
swindow.c
systray.c
tag.c
titlebar.c
wibox.c
widget.c
widgets/graph.c
widgets/imagebox.c
widgets/progressbar.c
widgets/systray.c
widgets/textbox.c
window.c