]> git.sur5r.net Git - i3/i3/commit
ipc: use ipc_recv_message instead of duplicate code
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 23 Jan 2013 17:59:36 +0000 (18:59 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 23 Jan 2013 17:59:36 +0000 (18:59 +0100)
commit2478d0a2e0594b8fb72f7008c5cf67296d7e9a67
tree2bafb0c86187686310d71f3c7a420aa5ef35c41f
parentdcb8ac84f8d6ad61a20212b7536feff0cea211ec
ipc: use ipc_recv_message instead of duplicate code

This should fix the situation where i3 would read only the header and
not the payload of the message.
src/ipc.c