aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2012-05-16 01:09:17 +0000
committerokan2012-05-16 01:09:17 +0000
commit0d42809e06455c0a8cd1f170f15e81c812e7ef61 (patch)
tree0e24de841f00362538546f9550c56edd3d006672 /calmwm.h
parentec7333262c7838cbfe2490d704f53de385dbace2 (diff)
downloadcwm-0d42809e06455c0a8cd1f170f15e81c812e7ef61.tar.gz
cycle through other common cycling modifiers; based on a diff from
Alexander Polakov. ok sthen@
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index f36694f..93146d5 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: calmwm.h,v 1.144 2012/05/16 01:04:36 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.145 2012/05/16 01:09:17 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -307,6 +307,7 @@ __dead void usage(void);
void client_applysizehints(struct client_ctx *);
struct client_ctx *client_current(void);
void client_cycle(struct screen_ctx *, int);
+void client_cycle_leave(struct screen_ctx *, struct client_ctx *);
void client_delete(struct client_ctx *);
void client_draw_border(struct client_ctx *);
struct client_ctx *client_find(Window);