gri3-wm/i3-input
Michael Stapelberg 7b01bc5eb7 Bugfix: use the global root variable, don’t get the first one (Thanks quaec)
The case of an X11 server having multiple displays is handled correctly by the
code in src/mainx.c. However, due to some functions not being correctly
refactored and still getting the first screen (and also the first root window)
from the XCB connection, i3 was operating on the wrong root window.
2011-01-28 00:41:53 +01:00
..
Makefile makefiles: support PREFIX and SYSCONFDIR 2010-03-16 00:08:54 +01:00
UnicodeData.txt Add initial version of i3-input, an interactive tool for sending IPC commands 2009-09-20 15:44:14 +02:00
convmap.pl Add initial version of i3-input, an interactive tool for sending IPC commands 2009-09-20 15:44:14 +02:00
i3-input.h Bugfix: use the global root variable, don’t get the first one (Thanks quaec) 2011-01-28 00:41:53 +01:00
ipc.c Add initial version of i3-input, an interactive tool for sending IPC commands 2009-09-20 15:44:14 +02:00
keysym.map Add initial version of i3-input, an interactive tool for sending IPC commands 2009-09-20 15:44:14 +02:00
keysym2ucs.c Add initial version of i3-input, an interactive tool for sending IPC commands 2009-09-20 15:44:14 +02:00
keysym2ucs.h Add initial version of i3-input, an interactive tool for sending IPC commands 2009-09-20 15:44:14 +02:00
main.c Bugfix: use the global root variable, don’t get the first one (Thanks quaec) 2011-01-28 00:41:53 +01:00
ucs2_to_utf8.c Implement vim-like marks 2009-09-20 16:54:29 +02:00
xcb.c Bugfix: use the global root variable, don’t get the first one (Thanks quaec) 2011-01-28 00:41:53 +01:00