summaryrefslogtreecommitdiff
path: root/src/state.c
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2017-12-21 14:18:07 +0200
committerRan Benita <ran234@gmail.com>2017-12-21 14:18:07 +0200
commit767fa86d42a5e25e7043622d189247e02a5ca379 (patch)
tree8d19b627182cb43efde36f1f789881a1a9b79863 /src/state.c
parent4fccdee383493bb4fcd030087cf660075bdee61e (diff)
downloadxorg-lib-libxkbcommon-767fa86d42a5e25e7043622d189247e02a5ca379.tar.gz
Convert http:// -> https:// where possible
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'src/state.c')
-rw-r--r--src/state.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/state.c b/src/state.c
index 6a88d96..16a4caa 100644
--- a/src/state.c
+++ b/src/state.c
@@ -876,7 +876,7 @@ err:
}
/*
- * http://www.x.org/releases/current/doc/kbproto/xkbproto.html#Interpreting_the_Lock_Modifier
+ * https://www.x.org/releases/current/doc/kbproto/xkbproto.html#Interpreting_the_Lock_Modifier
*/
static bool
should_do_caps_transformation(struct xkb_state *state, xkb_keycode_t kc)
@@ -890,7 +890,7 @@ should_do_caps_transformation(struct xkb_state *state, xkb_keycode_t kc)
}
/*
- * http://www.x.org/releases/current/doc/kbproto/xkbproto.html#Interpreting_the_Control_Modifier
+ * https://www.x.org/releases/current/doc/kbproto/xkbproto.html#Interpreting_the_Control_Modifier
*/
static bool
should_do_ctrl_transformation(struct xkb_state *state, xkb_keycode_t kc)