aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2016-09-22 14:36:03 +0000
committerokan2016-09-22 14:36:03 +0000
commitfcf63f35482fd6d0e4ae011cd944289d576d0d44 (patch)
tree779eab51a3aab94fa6f09cf9094bc2229f91d5b7 /calmwm.h
parent1ccd2b29745acb096b33808dfac0a1b65b597f49 (diff)
downloadcwm-fcf63f35482fd6d0e4ae011cd944289d576d0d44.tar.gz
Continue merging kb and mouse functions: fold
mousefunc_menu_{client,cmd,group} into the respective kbfunc_menu_{client,cmd,group} functions; simply pass a flag down from config denoting mouse action behaviour.
Diffstat (limited to '')
-rw-r--r--calmwm.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/calmwm.h b/calmwm.h
index 4c95018..ac32e96 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.313 2016/09/20 19:11:19 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.314 2016/09/22 14:36:03 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -508,10 +508,6 @@ void mousefunc_client_move(struct client_ctx *,
union arg *);
void mousefunc_client_resize(struct client_ctx *,
union arg *);
-void mousefunc_menu_client(struct client_ctx *,
- union arg *);
-void mousefunc_menu_cmd(struct client_ctx *, union arg *);
-void mousefunc_menu_group(struct client_ctx *, union arg *);
struct menu *menu_filter(struct screen_ctx *, struct menu_q *,
const char *, const char *, int,