From d30809e5faf681a00035d9913a762f25db8de6b5 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 15 May 2007 17:38:52 +0000 Subject: always ignore errors for client_focus like we used to. --- openbox/client.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'openbox/client.h') diff --git a/openbox/client.h b/openbox/client.h index 9019c62d..0f584a77 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -531,11 +531,8 @@ ObClient *client_focus_target(ObClient *self); without focusing it or modifying the focus order lists. */ gboolean client_can_focus(ObClient *self); -/*! Attempt to focus the client window - If you care if focus actually went to the window or not, pass checkinvalid - as TRUE. - */ -gboolean client_focus(ObClient *self, gboolean checkinvalid); +/*! Attempt to focus the client window */ +gboolean client_focus(ObClient *self); /*! Activates the client for use, focusing, uniconifying it, etc. To be used when the user deliberately selects a window for use. -- cgit v1.2.3