]> git.sur5r.net Git - i3/i3/commit
Add a new IPC event for changes on windows.
authorPiotr S. Staszewski <p.staszewski@gmail.com>
Fri, 11 Jan 2013 18:58:32 +0000 (19:58 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 18 Feb 2013 09:55:11 +0000 (10:55 +0100)
commit3facbbca5c2f2b041ef446cbe1bd5fb542d10a32
tree5fa13e8a4e1d6534ce7da5e87e662d4fb61790e8
parente215fd43c0de021ca0666cd2b56af43b52379ef8
Add a new IPC event for changes on windows.

Added new event id (I3_IPC_EVENT_WINDOW) so that a an IPC client can
subscribe to events on windows. Added a basic window event that gets
triggered when a window gets successfully reparented. This new event
also dumps the container data, so that IPC clients can get the initial
window name. IPC clients wishing to see window events should subscribe
to 'window'.
docs/ipc
include/i3/ipc.h
src/manage.c
testcases/t/205-ipc-windows.t [new file with mode: 0644]