summaryrefslogtreecommitdiff
path: root/openbox/focus.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2010-01-11 16:20:53 -0500
committerDana Jansens <danakj@orodu.net>2010-01-11 16:20:53 -0500
commit567fd15eebdd44e50cef140419dbf7a336708109 (patch)
tree3b3691719c704d6da4454bd78e17ec8b495ee76a /openbox/focus.h
parent3e9dbc01430193035e3d1f5832c019c3f9623db8 (diff)
parente8200ae603f33b70824c125ba6b37bfaec7d89ea (diff)
Merge branch 'backport' into work
Conflicts: configure.ac data/rc.xml openbox/client.c openbox/event.c openbox/focus_cycle.c openbox/focus_cycle_popup.c openbox/openbox.c openbox/prop.c openbox/prop.h openbox/screen.c parser/parse.c version.h.in
Diffstat (limited to 'openbox/focus.h')
-rw-r--r--openbox/focus.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/focus.h b/openbox/focus.h
index f926d01e..47d86d85 100644
--- a/openbox/focus.h
+++ b/openbox/focus.h
@@ -58,6 +58,10 @@ void focus_order_remove(struct _ObClient *c);
/*! Move a client to the top of the focus order */
void focus_order_to_top(struct _ObClient *c);
+/*! Move a client to where it would be if it was newly added to the focus order
+ */
+void focus_order_like_new(struct _ObClient *c);
+
/*! Move a client to the bottom of the focus order (keeps iconic windows at the
very bottom always though). */
void focus_order_to_bottom(struct _ObClient *c);