From: Dana Jansens Date: Mon, 8 Sep 2003 18:42:47 +0000 (+0000) Subject: remove comment that isnt right anymore X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=7f8b8119c4a7644e52e579e9d16129c31a761d01;p=chaz%2Fopenbox remove comment that isnt right anymore --- 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,