aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/protocols/core/Seat.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocols/core/Seat.hpp')
-rw-r--r--src/protocols/core/Seat.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/protocols/core/Seat.hpp b/src/protocols/core/Seat.hpp
index 755a9c2f..1b43dd04 100644
--- a/src/protocols/core/Seat.hpp
+++ b/src/protocols/core/Seat.hpp
@@ -119,6 +119,10 @@ class CWLKeyboardResource {
struct {
CHyprSignalListener destroySurface;
} listeners;
+
+ std::string lastKeymap = "<none>";
+ uint32_t lastRate = 0;
+ uint32_t lastDelayMs = 0;
};
class CWLSeatResource {