]> git.sur5r.net Git - i3/i3/commit
Add con_exists function
authorOrestis Floros <orestisf1993@gmail.com>
Fri, 22 Sep 2017 16:22:48 +0000 (19:22 +0300)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 24 Sep 2017 15:07:12 +0000 (17:07 +0200)
commit2e83d2193eab403673340c19dd785f2708be12b3
treecdd49e29566317987c43eab022925938aad3182a
parent8653bfe8d38c206bda9ffd50fce28f8409bcc4d9
Add con_exists function

Checks the all_cons queue and returns true if a given con is found.
include/con.h
src/con.c