Revert "unl0kr: store keyboard mode in a long instead of an int"

This reverts commit 4e13c31224.
This commit is contained in:
Johannes Marbach 2025-05-12 14:25:43 +02:00
parent 69a6b6ee8b
commit 51b70f601c

View file

@ -24,7 +24,7 @@
static int current_fd = -1;
static int original_mode = -1;
static long original_kb_mode = -1;
static int original_kb_mode = -1;
/**