summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2025-02-08 00:28:29 -0800
committerVito Caputo <vcaputo@pengaru.com>2025-02-08 00:28:29 -0800
commited9a5c733903eb3744a6b8819779a2edd2bafdc0 (patch)
tree3e9bb5f3e0d48e8c18ef55afbcb11af68c2e79ef
parent827d69f37ac87f5d34deed0493a4711964566438 (diff)
key: align some comments
trivial fixup, no functional difference
-rw-r--r--src/key.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/key.c b/src/key.c
index 51ea947..e40a3d1 100644
--- a/src/key.c
+++ b/src/key.c
@@ -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)
© All Rights Reserved