diff options
author | okan | 2016-09-22 14:36:03 +0000 |
---|---|---|
committer | okan | 2016-09-22 14:36:03 +0000 |
commit | fcf63f35482fd6d0e4ae011cd944289d576d0d44 (patch) | |
tree | 779eab51a3aab94fa6f09cf9094bc2229f91d5b7 /calmwm.h | |
parent | 1ccd2b29745acb096b33808dfac0a1b65b597f49 (diff) | |
download | cwm-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 'calmwm.h')
-rw-r--r-- | calmwm.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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, |