diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-03-12 06:04:00 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-03-12 06:04:00 +0000 |
| commit | 85a1a0cfb3e6f57b37d7a7b83132698b2d6cdee3 (patch) | |
| tree | 2a564932c24677d129fe7b88243f15652297b4ce /openbox/client.h | |
| parent | 6b7cc88c9d4ae2019f3b8fcd300dd3069f2bc680 (diff) | |
don't validate inside client_focus. instead, validate before you call it!
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openbox/client.h b/openbox/client.h index ff460153..845d9ad2 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -472,7 +472,9 @@ 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 */ +/*! Attempt to focus the client window + NOTE: You should validate the client before calling this !! (client_validate) +*/ gboolean client_focus(ObClient *self); /*! Remove focus from the client window */ |
