gri3-wm/i3bar/include
Michael Stapelberg f354f53435 Ensure all *.[ch] files include config.h
Including config.h is necessary to get e.g. the _GNU_SOURCE define and
any other definitions that autoconf declares. Hence, config.h needs to
be included as the first header in each file.

This is done either via:
1. Including "common.h" (i3bar)
2. Including "libi3.h"
3. Including "all.h" (i3)
4. Including <config.h> directly

Also remove now-unused I3__FILE__, add copyright/license statement
where missing and switch include/all.h to #pragma once.
2016-10-23 21:09:24 +02:00
..
child.h Ensure all *.[ch] files include config.h 2016-10-23 21:09:24 +02:00
common.h Ensure all *.[ch] files include config.h 2016-10-23 21:09:24 +02:00
configuration.h Ensure all *.[ch] files include config.h 2016-10-23 21:09:24 +02:00
ipc.h Ensure all *.[ch] files include config.h 2016-10-23 21:09:24 +02:00
mode.h Ensure all *.[ch] files include config.h 2016-10-23 21:09:24 +02:00
outputs.h Ensure all *.[ch] files include config.h 2016-10-23 21:09:24 +02:00
parse_json_header.h Ensure all *.[ch] files include config.h 2016-10-23 21:09:24 +02:00
trayclients.h Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
util.h Ensure all *.[ch] files include config.h 2016-10-23 21:09:24 +02:00
workspaces.h Ensure all *.[ch] files include config.h 2016-10-23 21:09:24 +02:00
xcb.h Ensure all *.[ch] files include config.h 2016-10-23 21:09:24 +02:00
xcb_atoms.def i3bar: set _NET_SYSTEM_TRAY_COLORS for symbolic icons (gtk3+) 2013-01-02 23:14:30 +01:00