]> git.sur5r.net Git - i3/i3/commit
Bugfix: ipc window event crash with no window
authorTony Crisci <tony@dubstepdish.com>
Mon, 28 Apr 2014 22:21:29 +0000 (18:21 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 30 Apr 2014 07:22:46 +0000 (09:22 +0200)
commit7a5cf4aa44446aa54047d85fdeb5b9764a839c6e
treeb3204051a0eb5bf98d01430e957f2c8dfac30a1c
parent3171d7ebe5e7165efe02083159d842d6a102d82b
Bugfix: ipc window event crash with no window

The log message at the top of ipc_send_window_event would segfault when
no xcb window is present, such as for a split container.

The log now shows the con id which is more relevant anyway.
src/ipc.c