diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2025-02-08 00:28:29 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2025-02-08 00:28:29 -0800 |
commit | ed9a5c733903eb3744a6b8819779a2edd2bafdc0 (patch) | |
tree | 3e9bb5f3e0d48e8c18ef55afbcb11af68c2e79ef | |
parent | 827d69f37ac87f5d34deed0493a4711964566438 (diff) |
key: align some comments
trivial fixup, no functional difference
-rw-r--r-- | src/key.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,9 +29,9 @@ #include "window.h" #include "xwindow.h" -static int key_is_grabbed; /* flag for tracking keyboard grab state */ +static int key_is_grabbed; /* flag for tracking keyboard grab state */ static vwm_direction_t direction = VWM_DIRECTION_FORWARD; /* flag for reversing directional actions */ -static int send_it; /* flag for "sending" a migration operation without following it */ +static int send_it; /* flag for "sending" a migration operation without following it */ /* Poll the keyboard state to see if _any_ keys are pressed */ static int keys_pressed(vwm_t *vwm) |