diff options
author | okan | 2014-01-30 14:40:21 +0000 |
---|---|---|
committer | okan | 2014-01-30 14:40:21 +0000 |
commit | 32dd324f77b7e17e3fbfda6b85c2cad6c47787ea (patch) | |
tree | e1cc2ba7d81c066e843a211dae6855a606214658 /calmwm.h | |
parent | 8c125f543f9d7757a98d140d19249b88b52407ac (diff) | |
download | cwm-32dd324f77b7e17e3fbfda6b85c2cad6c47787ea.tar.gz |
Remove duplicate mouse functions and instead use the kbfunc ones. No
user visable changes at this point, but they'll merge at an appropriate
time.
Diffstat (limited to '')
-rw-r--r-- | calmwm.h | 10 |
1 files changed, 1 insertions, 9 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.251 2014/01/29 22:30:00 okan Exp $ + * $OpenBSD: calmwm.h,v 1.252 2014/01/30 14:40:21 okan Exp $ */ #ifndef _CALMWM_H_ @@ -482,18 +482,10 @@ void kbfunc_ssh(struct client_ctx *, union arg *); void kbfunc_term(struct client_ctx *, union arg *); void kbfunc_tile(struct client_ctx *, union arg *); -void mousefunc_client_cyclegroup(struct client_ctx *, - union arg *); void mousefunc_client_grouptoggle(struct client_ctx *, union arg *); -void mousefunc_client_hide(struct client_ctx *, - union arg *); -void mousefunc_client_lower(struct client_ctx *, - union arg *); void mousefunc_client_move(struct client_ctx *, union arg *); -void mousefunc_client_raise(struct client_ctx *, - union arg *); void mousefunc_client_resize(struct client_ctx *, union arg *); void mousefunc_menu_cmd(struct client_ctx *, union arg *); |