]> git.sur5r.net Git - i3/i3/commit - src/con.c
Add con_exists function
authorOrestis Floros <orestisf1993@gmail.com>
Fri, 22 Sep 2017 16:22:48 +0000 (19:22 +0300)
committerOrestis Floros <orestisf1993@gmail.com>
Sat, 23 Sep 2017 00:22:20 +0000 (03:22 +0300)
commitbe9a2bb7f8ffac4c360b272cd5717bc158c0bb74
tree15eb98aeb68c05896495cfba46c7d99502cb5eb6
parentdd13cae5c0e894b0ad773718b2093dc4255f1a94
Add con_exists function

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