From 93e9672953d849288f27ff3d977cc1c1ff111da8 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Mon, 4 Oct 2021 11:33:07 -0700 Subject: feat(wm): keyboard focus corrected --- sys/cmd/dwm/dwm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/cmd/dwm') diff --git a/sys/cmd/dwm/dwm.h b/sys/cmd/dwm/dwm.h index 6493093..3a94248 100644 --- a/sys/cmd/dwm/dwm.h +++ b/sys/cmd/dwm/dwm.h @@ -42,11 +42,11 @@ /* enums */ enum -{ +{ MouseNormal, MouseResize, MouseMove, - MouseLast + MouseLast, }; /* mouse states */ enum -- cgit v1.2.1