gri3-wm/include
Michael Stapelberg 86117db434 Make i3 compatible with the very latest xcb
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.
2011-03-18 16:36:50 +01:00
..
i3
atoms.xmacro Make i3 compatible with the very latest xcb 2011-03-18 16:36:50 +01:00
click.h
client.h
commands.h
config.h
container.h
data.h
debug.h
ewmh.h ewmh: implement support for _NET_WORKAREA (rdesktop can use that) 2009-12-31 17:48:41 +01:00
floating.h
handlers.h Make i3 compatible with the very latest xcb 2011-03-18 16:36:50 +01:00
i3.h Make i3 compatible with the very latest xcb 2011-03-18 16:36:50 +01:00
ipc.h
layout.h
log.h
manage.h Make i3 compatible with the very latest xcb 2011-03-18 16:36:50 +01:00
queue.h
randr.h
resize.h
sighandler.h
table.h
util.h
workspace.h
xcb.h Make i3 compatible with the very latest xcb 2011-03-18 16:36:50 +01:00
xcb_compat.h Make i3 compatible with the very latest xcb 2011-03-18 16:36:50 +01:00
xinerama.h