diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-15 17:38:52 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-15 17:38:52 +0000 |
| commit | d30809e5faf681a00035d9913a762f25db8de6b5 (patch) | |
| tree | 87c0473ba291affb368c2fdaeab41f5e62660150 /openbox/client.h | |
| parent | d3e524420f87b3aedaf3076f3677cb1c3213f06f (diff) | |
always ignore errors for client_focus like we used to.
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 7 |
1 files changed, 2 insertions, 5 deletions
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. |
