From 85a1a0cfb3e6f57b37d7a7b83132698b2d6cdee3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 12 Mar 2007 06:04:00 +0000 Subject: don't validate inside client_focus. instead, validate before you call it! --- openbox/client.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/client.c') diff --git a/openbox/client.c b/openbox/client.c index 7e936036..be61a806 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -2937,8 +2937,10 @@ gboolean client_focus(ObClient *self) /* choose the correct target */ self = client_focus_target(self); +#if 0 if (!client_validate(self)) return FALSE; +#endif if (!client_can_focus(self)) { if (!self->frame->visible) { -- cgit v1.2.3