commit 6a1431933125e26994554817baf5d5a85402b814
Author:     Hiltjo Posthuma <hil...@codemadness.org>
AuthorDate: Mon Jul 12 12:51:52 2021 +0200
Commit:     Hiltjo Posthuma <hil...@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
@@ -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 ||

Reply via email to