aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2011-06-24 06:09:26 +0000
committerokan2011-06-24 06:09:26 +0000
commitfeff015aa1ac96d5c2ef8cc9b6413f4aa8ed2b8a (patch)
tree71c0934876b7eb9860aa0dc5db3a6ce44d2ab347 /calmwm.h
parentab4a3c9a9f59f702603e19f3eb3508a815521d6c (diff)
downloadcwm-feff015aa1ac96d5c2ef8cc9b6413f4aa8ed2b8a.tar.gz
New option to raise a client via the mouse (unbound by default);
opposing action, lower, already exists and bound. Both keyboard mappings already exist. 'no opinion either way' oga@
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 75ef1df..bb6aa86 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.131 2011/06/24 06:06:24 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.132 2011/06/24 06:09:26 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -405,6 +405,7 @@ void mousefunc_window_grouptoggle(struct client_ctx *,
void mousefunc_window_hide(struct client_ctx *, void *);
void mousefunc_window_lower(struct client_ctx *, void *);
void mousefunc_window_move(struct client_ctx *, void *);
+void mousefunc_window_raise(struct client_ctx *, void *);
void mousefunc_window_resize(struct client_ctx *, void *);
struct menu *menu_filter(struct screen_ctx *, struct menu_q *,