From a826ef268d5ad05429f4b269d6961839bae35822 Mon Sep 17 00:00:00 2001 From: okan Date: Mon, 15 Sep 2014 13:00:49 +0000 Subject: use similiar style for client flags --- xutil.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xutil.c') diff --git a/xutil.c b/xutil.c index 6c426a9..6eb2b17 100644 --- a/xutil.c +++ b/xutil.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: xutil.c,v 1.92 2014/09/08 20:11:22 okan Exp $ + * $OpenBSD: xutil.c,v 1.93 2014/09/15 13:00:49 okan Exp $ */ #include @@ -393,7 +393,7 @@ xu_ewmh_handle_net_wm_state_msg(struct client_ctx *cc, int action, continue; switch (action) { case _NET_WM_STATE_ADD: - if ((cc->flags & handlers[i].property) == 0) + if (!(cc->flags & handlers[i].property)) handlers[i].toggle(cc); break; case _NET_WM_STATE_REMOVE: -- cgit v1.2.3-2-gb3c3