summaryrefslogtreecommitdiff
path: root/openbox/focus.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-08 18:42:47 +0000
committerDana Jansens <danakj@orodu.net>2003-09-08 18:42:47 +0000
commit7f8b8119c4a7644e52e579e9d16129c31a761d01 (patch)
tree740407ed88d5615f7e8faf6d9e963ceac4bf8904 /openbox/focus.h
parenta72371b41f48a2d6a1e55099456d30d3b678b66c (diff)
remove comment that isnt right anymore
Diffstat (limited to 'openbox/focus.h')
-rw-r--r--openbox/focus.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/focus.h b/openbox/focus.h
index 87f9375a..0caec776 100644
--- a/openbox/focus.h
+++ b/openbox/focus.h
@@ -33,8 +33,7 @@ typedef enum {
/*! Call this when you need to focus something! */
void focus_fallback(ObFocusFallbackType type);
-/*! Cycle focus amongst windows
- Returns the _ObClient to which focus has been cycled, or NULL if none. */
+/*! Cycle focus amongst windows. */
void focus_cycle(gboolean forward, gboolean linear,
gboolean dialog, gboolean done, gboolean cancel);
void focus_directional_cycle(ObDirection dir,