summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2025-04-15 08:13:28 +0200
committerMitya Selivanov <automainint@guattari.tech>2025-04-15 08:13:28 +0200
commit3927be06fd49a6cae3d013f65549d38889f58b62 (patch)
tree6354770d4e01538bd91da0db5a435628f59f6660
parent01ea5ec5aeb50ed9801a457a7ced1c541d63f7c8 (diff)
downloadreduced_system_layer-3927be06fd49a6cae3d013f65549d38889f58b62.zip
Fix typo
-rwxr-xr-xreduced_system_layer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/reduced_system_layer.c b/reduced_system_layer.c
index 63f647b..649190f 100755
--- a/reduced_system_layer.c
+++ b/reduced_system_layer.c
@@ -3579,7 +3579,6 @@ i32 handle_main_window_events(void) {
g_platform.key_down[MOD_CTRL] = !!(ev.xkey.state & ControlMask);
g_platform.key_down[MOD_SHIFT] = !!(ev.xkey.state & ShiftMask);
- .repeat = ,
g_platform.key_down[MOD_ALT] = !!(ev.xkey.state & Mod1Mask);
g_platform.key_down[MOD_CAPS] = !!(ev.xkey.state & LockMask);
g_platform.key_down[MOD_NUM] = !!(ev.xkey.state & Mod2Mask);