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:
@ -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
|
||||
|
Reference in New Issue
Block a user