diff options
author | okan | 2014-09-27 19:04:32 +0000 |
---|---|---|
committer | okan | 2014-09-27 19:04:32 +0000 |
commit | b5481390e265e33e692a40dd261f165a7ed99e3e (patch) | |
tree | 3daa1d3937c138a3086f99bd4e132640f4af47b1 /mousefunc.c | |
parent | 86f32d09f2b57c63ec2f978125f7872cec312a00 (diff) | |
download | cwm-b5481390e265e33e692a40dd261f165a7ed99e3e.tar.gz |
these have nothing to do with 'sticky', but rather group membership; rename.
Diffstat (limited to 'mousefunc.c')
-rw-r--r-- | mousefunc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mousefunc.c b/mousefunc.c index 5efb180..1edf5e5 100644 --- a/mousefunc.c +++ b/mousefunc.c @@ -16,7 +16,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: mousefunc.c,v 1.84 2014/09/18 13:56:58 okan Exp $ + * $OpenBSD: mousefunc.c,v 1.85 2014/09/27 19:04:32 okan Exp $ */ #include <sys/param.h> @@ -174,7 +174,7 @@ mousefunc_client_move(struct client_ctx *cc, union arg *arg) void mousefunc_client_grouptoggle(struct client_ctx *cc, union arg *arg) { - group_sticky_toggle_enter(cc); + group_toggle_membership_enter(cc); } void |