get rid of xcb.c in all i3-* tools

open_input_window was slightly different for each of them, so it made no sense
to generalize it (then we would end up with a thin and useless wrapper).
This commit is contained in:
Michael Stapelberg
2011-10-23 23:20:57 +01:00
parent a58018cf66
commit f4469eee0b
9 changed files with 61 additions and 231 deletions

View File

@ -8,8 +8,4 @@
#include "atoms.xmacro"
#undef xmacro
extern unsigned int xcb_numlock_mask;
xcb_window_t open_input_window(xcb_connection_t *conn, uint32_t width, uint32_t height);
#endif