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
2011-01-19 21:33:38 +01:00
2010-03-27 16:05:56 +01:00
2011-03-13 20:42:57 +01:00
2009-02-09 20:56:29 +01:00
2010-03-30 13:25:25 +02:00
2009-06-26 04:42:58 +02:00
2009-08-19 14:00:49 +02:00
2010-03-30 13:13:51 +02:00
2009-04-19 20:45:28 +02:00
Description
No description provided
15 MiB
Languages
C 58.6%
Perl 29%
Raku 9.4%
Ruby 1.2%
Shell 0.7%
Other 1.1%