[hackers] [svkbd] change comment-style in .c file || Hiltjo Posthuma
commit 6a1431933125e26994554817baf5d5a85402b814
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
AuthorDate: Mon Jul 12 12:51:52 2021 +0200
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Mon Jul 12 12:51:52 2021 +0200
change comment-style in .c file
diff --git a/svkbd.c b/svkbd.c
index 38a549a..c762551 100644
--- a/svkbd.c
+++ b/svkbd.c
_AT_@ -1052,7 +1052,7 @@ showoverlay(int idx)
if (overlay[i].keysym == XK_Cancel) {
break;
}
- //certain modifier keys and basic keys are excluded from being overlayed:
+ /* certain modifier keys and basic keys are excluded from being overlayed: */
while (keys[j].keysym == 0 || keys[j].keysym == XK_Shift_L ||
keys[j].keysym == XK_Shift_R || keys[j].keysym == XK_Control_L ||
keys[j].keysym == XK_Control_R || keys[j].keysym == XK_Alt_L ||
Received on Mon Jul 12 2021 - 12:52:04 CEST
This archive was generated by hypermail 2.3.0
: Mon Jul 12 2021 - 13:00:34 CEST