From c3c3502b6de9fecee3c432674128c3121bf83d34 Mon Sep 17 00:00:00 2001 From: okan Date: Sun, 13 May 2012 15:17:13 +0000 Subject: altpersist->cycling to be more clear that this is for cycling mod persistence; based on a diff from Alexander Polakov, in preparation for looping through other potential cycling modifiers. --- xevents.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xevents.c') diff --git a/xevents.c b/xevents.c index ce4378a..c0d46fc 100644 --- a/xevents.c +++ b/xevents.c @@ -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: xevents.c,v 1.56 2011/09/13 08:41:57 okan Exp $ + * $OpenBSD: xevents.c,v 1.57 2012/05/13 15:17:13 okan Exp $ */ /* @@ -331,7 +331,7 @@ xev_handle_keyrelease(XEvent *ee) if (keysym != XK_Alt_L && keysym != XK_Alt_R) return; - sc->altpersist = 0; + sc->cycling = 0; /* * XXX - better interface... xevents should not know about -- cgit v1.2.3-2-gb3c3