![]() This involves: • Compiling with xcb-util instead of xcb-{atom,aux} (they merged the libraries) • Not using xcb-{event,property} anymore (code removed upstream) • Not using the predefined WINDOW, CARDINEL, … atoms (removed upstream) • Using the new xcb_icccm_* data types/functions instead of just xcb_* (for example xcb_icccm_get_wm_hints instead of xcb_get_wm_hints) Also I refactored the atoms to use x-macros. |
||
---|---|---|
.. | ||
i3 | ||
atoms.xmacro | ||
click.h | ||
client.h | ||
commands.h | ||
config.h | ||
container.h | ||
data.h | ||
debug.h | ||
ewmh.h | ||
floating.h | ||
handlers.h | ||
i3.h | ||
ipc.h | ||
layout.h | ||
log.h | ||
manage.h | ||
queue.h | ||
randr.h | ||
resize.h | ||
sighandler.h | ||
table.h | ||
util.h | ||
workspace.h | ||
xcb.h | ||
xcb_compat.h | ||
xinerama.h |